From 2ac0936f15983ca9ce5cfc1846c2f1f45c231ac3 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 17 Jan 2023 23:48:58 -0500 Subject: Add debian-el Contains helpers specific to Debian users. --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.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 -- cgit v1.2.3-60-g2f50