diff options
-rw-r--r-- | config.org | 10 |
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 | |||
2051 | I use i3 ... for now. But I only want to load the relevant mode /if/ I have i3 | ||
2052 | installed. | ||
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 | ||
2051 | Emacs is well-known for its ability to subsume one's entire computing | 2061 | Emacs is well-known for its ability to subsume one's entire computing |