Add dpkg-dev-el
authorAmin Bandali <bandali@gnu.org>
Tue, 17 Jan 2023 02:23:25 +0000 (21:23 -0500)
committerAmin Bandali <bandali@gnu.org>
Tue, 17 Jan 2023 02:23:25 +0000 (21:23 -0500)
Contains useful utilities for working on Debian packages.

.emacs.d/init.el
.emacs.d/lisp/dpkg-dev-el [new submodule]
.gitmodules

index ba8b70d..0749809 100644 (file)
@@ -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
diff --git a/.emacs.d/lisp/dpkg-dev-el b/.emacs.d/lisp/dpkg-dev-el
new file mode 160000 (submodule)
index 0000000..458f523
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 458f5230d02b15c94e94eca1af4eabaec30f45db
index 69e8a9a..25dd0d0 100644 (file)
@@ -19,3 +19,6 @@
 [submodule "cmake-font-lock"]
        path = .emacs.d/lisp/cmake-font-lock
        url = https://github.com/Lindydancer/cmake-font-lock
+[submodule "dpkg-dev-el"]
+       path = .emacs.d/lisp/dpkg-dev-el
+       url = https://salsa.debian.org/emacsen-team/dpkg-dev-el.git