diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el index d3d6dd4..ff79e81 100644 --- a/init.el +++ b/init.el | |||
@@ -1,11 +1,11 @@ | |||
1 | ;;; init.el -*- lexical-binding: t; coding: utf-8; fill-column: 70 -*- | 1 | ;;; init.el -*- lexical-binding: t; coding: utf-8; fill-column: 70 -*- |
2 | |||
3 | ;;; Commentary: | 2 | ;;; Commentary: |
4 | ;; I /was/ going to convert this to org-mode, but then I found this | 3 | ;; I /was/ going to convert this to org-mode, but then I found this |
5 | ;; page: https://yiufung.net/post/pure-emacs-lisp-init-skeleton/, | 4 | ;; page: https://yiufung.net/post/pure-emacs-lisp-init-skeleton/, |
6 | ;; which pointed out that I could use `outline-mode' (or in my case, | 5 | ;; which pointed out that I could use `outline-minor-mode' (or in my case, |
7 | ;; `outshine') to fold and navigate a pure-elisp `init.el'. So that's | 6 | ;; `outshine') to fold and navigate a pure-elisp `init.el'. So that's |
8 | ;; what I'm doing. | 7 | ;; what I'm doing. |
8 | |||
9 | ;;; Custom Functions | 9 | ;;; Custom Functions |
10 | (defun acdw/split-and-follow-window-below () | 10 | (defun acdw/split-and-follow-window-below () |
11 | "Split the window below and switch to the split." | 11 | "Split the window below and switch to the split." |