about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-07 19:42:16 -0600
committerCase Duckworth2021-01-07 19:42:16 -0600
commitf1d0eab86fef3ee443768f3576c0eb0b1cc766d7 (patch)
tree60c28e50efbd552bc93a85736a24355418978abc /config.org
parentAdd sudo-edit (diff)
downloademacs-f1d0eab86fef3ee443768f3576c0eb0b1cc766d7.tar.gz
emacs-f1d0eab86fef3ee443768f3576c0eb0b1cc766d7.zip
Add ini-mode
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org index d0e1078..af2280c 100644 --- a/config.org +++ b/config.org
@@ -1168,6 +1168,15 @@ For right now, I’m /just/ using Anzu – I don’t like parts of =isearch= but
1168 "Don't truncate printed expressions by level.") 1168 "Don't truncate printed expressions by level.")
1169#+END_SRC 1169#+END_SRC
1170 1170
1171*** INI
1172
1173 #+BEGIN_SRC emacs-lisp
1174 (straight-use-package 'ini-mode)
1175
1176 (add-to-list 'auto-mode-alist
1177 '("\\.ini\\'" . ini-mode))
1178 #+end_src
1179
1171* Writing 1180* Writing
1172 1181
1173** Visual fill column 1182** Visual fill column