X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/49ec21e975bb2334141479c28081524a00497f46..2ac0936f15983ca9ce5cfc1846c2f1f45c231ac3:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0749809..f98d16b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -947,6 +947,9 @@ 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