summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index ba8b70d..0749809 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -947,4 +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 "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