mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
Remove third line in section headers
This is truly important stuff. We've saved many lives with this update.
This commit is contained in:
@@ -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).
|
||||
|
@@ -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)
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user