Add the annotate package to Emacs

This commit is contained in:
Andreas Zweili 2023-01-23 16:30:02 +01:00
parent 18e25094b1
commit d2f76302af
3 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@
extraPackages = epkgs: with pkgs;[
epkgs.ag
epkgs.amx
epkgs.annotate
epkgs.auctex
epkgs.avy
epkgs.biblio

View File

@ -0,0 +1,2 @@
;; https://github.com/bastibe/annotate.el
(use-package annotate)

View File

@ -26,6 +26,7 @@
(load-file (modules-path "spellcheck.el"))
;; programming
(load-file (modules-path "annotate.el"))
(load-file (modules-path "company.el"))
(load-file (modules-path "direnv.el"))
(load-file (modules-path "format_all.el"))