From f1d0eab86fef3ee443768f3576c0eb0b1cc766d7 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 7 Jan 2021 19:42:16 -0600 Subject: Add ini-mode --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.org') 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 "Don't truncate printed expressions by level.") #+END_SRC +*** INI + + #+BEGIN_SRC emacs-lisp + (straight-use-package 'ini-mode) + + (add-to-list 'auto-mode-alist + '("\\.ini\\'" . ini-mode)) + #+end_src + * Writing ** Visual fill column -- cgit 1.4.1-21-gabe81