summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-18 22:31:29 -0600
committerCase Duckworth2021-02-18 22:31:29 -0600
commit51e18026d98ea1dea1930bb12f0388408cd91721 (patch)
tree741fb17ce9e418c767ccbf4986c546c271990c93 /config.org
parentChange up modeline (diff)
downloademacs-51e18026d98ea1dea1930bb12f0388408cd91721.tar.gz
emacs-51e18026d98ea1dea1930bb12f0388408cd91721.zip
Add i-config-mode
Diffstat (limited to 'config.org')
-rw-r--r--config.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.org b/config.org index ad872f8..788ab00 100644 --- a/config.org +++ b/config.org
@@ -2046,6 +2046,16 @@ of (I suppose) generic files.
2046 (setq-default web-mode-enable-current-element-highlight t) 2046 (setq-default web-mode-enable-current-element-highlight t)
2047#+end_src 2047#+end_src
2048 2048
2049*** i3 config
2050
2051I use i3 ... for now. But I only want to load the relevant mode /if/ I have i3
2052installed.
2053
2054#+begin_src emacs-lisp :noweb-ref packages
2055 (when (executable-find "i3")
2056 (straight-use-package 'i3wm-config-mode))
2057#+end_src
2058
2049* Applications 2059* Applications
2050 2060
2051Emacs is well-known for its ability to subsume one's entire computing 2061Emacs is well-known for its ability to subsume one's entire computing