X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/81b33a828705837b380db3147fbff3e313da4e27..2ac0936f15983ca9ce5cfc1846c2f1f45c231ac3:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ad9b091..f98d16b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -148,7 +148,7 @@ (when (display-graphic-p) ;; (set-frame-font "Source Code Pro-10.5:weight=medium" nil t) ;; (set-frame-font "FreeSans" nil t) - (set-fontset-font t 'arabic "Vazir")) + (set-fontset-font t 'arabic "Sahel WOL")) ;;;; Elisp-level customizations @@ -947,4 +947,12 @@ for all frames." (with-eval-after-load 'ffs (global-set-key (kbd "C-c f s") #'ffs)) +(add-to-list 'load-path (b/lisp "debian-el")) +(run-with-idle-timer 0.5 nil #'require 'debian-el) + +(add-to-list 'load-path (b/lisp "dpkg-dev-el")) +(run-with-idle-timer 0.5 nil #'require 'dpkg-dev-el) +(with-eval-after-load 'dpkg-dev-el + (require 'debian-changelog-mode)) + ;;; init.el ends here