about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-10-08 20:17:07 -0500
committerCase Duckworth2020-10-08 20:17:07 -0500
commit5d221d518f456488b9396580bf11aace1fa30398 (patch)
tree9d882553cb7ba38a568fa6894c3d18a7f1902972 /init.el
parentAdd languages (diff)
downloademacs-5d221d518f456488b9396580bf11aace1fa30398.tar.gz
emacs-5d221d518f456488b9396580bf11aace1fa30398.zip
Fix mode name in comment
Yeah it's a small commit.  WHATEVER MOM
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
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."