Fix mode name in comment

Yeah it's a small commit.  WHATEVER MOM
This commit is contained in:
Case Duckworth 2020-10-08 20:17:07 -05:00
parent be1a6b69ea
commit 5d221d518f
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
;;; init.el -*- lexical-binding: t; coding: utf-8; fill-column: 70 -*-
;;; Commentary:
;; I /was/ going to convert this to org-mode, but then I found this
;; page: https://yiufung.net/post/pure-emacs-lisp-init-skeleton/,
;; which pointed out that I could use `outline-mode' (or in my case,
;; which pointed out that I could use `outline-minor-mode' (or in my case,
;; `outshine') to fold and navigate a pure-elisp `init.el'. So that's
;; what I'm doing.
;;; Custom Functions
(defun acdw/split-and-follow-window-below ()
"Split the window below and switch to the split."