summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.org b/config.org index 42c6845..59fecb0 100644 --- a/config.org +++ b/config.org
@@ -1573,6 +1573,16 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s m
1573 (define-key acdw/map "g" #'magit-status) 1573 (define-key acdw/map "g" #'magit-status)
1574#+end_src 1574#+end_src
1575 1575
1576*** Git file modes
1577
1578 #+begin_src emacs-lisp
1579 (dolist (feat '(gitattributes-mode
1580 gitconfig-mode
1581 gitignore-mode))
1582 (straight-use-package feat)
1583 (require feat))
1584 #+end_src
1585
1576** Beancount mode 1586** Beancount mode
1577 1587
1578#+begin_src emacs-lisp 1588#+begin_src emacs-lisp