Remove third line in section headers

This is truly important stuff. We've saved many lives with this update.
This commit is contained in:
Henrik Lissner 2018-09-07 19:36:16 -04:00
parent 50fdaa0ed5
commit 7d3ffdff06
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
101 changed files with 64 additions and 283 deletions

View file

@ -488,7 +488,6 @@
[remap quit-window] #'kill-this-buffer))
;;
;; <leader>
;;
@ -785,7 +784,6 @@
;;
;; Keybinding fixes
;;
;; This section is dedicated to "fixing" certain keys so that they behave
;; sensibly (and consistently with similar contexts).

View file

@ -35,9 +35,8 @@ command from the current directory instead of the project root."
;;
;; Commands
;;
;;; Commands defined elsewhere
;;; these are defined in feature/evil
;;(ex! "al[ign]" #'+evil:align)
;;(ex! "g[lobal]" #'+evil:global)

View file

@ -4,8 +4,7 @@
;;
;; Plugins
;;
;; Packages
(def-package! emacs-snippets
:if (featurep! +snippets)
@ -14,7 +13,6 @@
;;
;; Config
;;
;; Don't store authinfo in non-encrypted files!
(defvar auth-sources

View file

@ -1,7 +1,5 @@
;;; config/literate/init.el -*- lexical-binding: t; -*-
;;; config/literate/config.el -*- lexical-binding: t; -*-
(defvar +literate-config-file
(expand-file-name "config.org" doom-private-dir)
"The file path of your literate config file.")