clean-up
This commit is contained in:
2
init
2
init
@@ -11,7 +11,7 @@
|
|||||||
;; Requirements: git gnuplot ledger
|
;; Requirements: git gnuplot ledger
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
;; Load `early-init-el' if not already
|
;; Load `early-init' if not already
|
||||||
;; - Emacs 27.1 introduced early-init.el, which is run before init.el,
|
;; - Emacs 27.1 introduced early-init.el, which is run before init.el,
|
||||||
;; before package and UI initialization happens, and before site
|
;; before package and UI initialization happens, and before site
|
||||||
;; files are loaded. In the case that early-init.el wasn't loaded
|
;; files are loaded. In the case that early-init.el wasn't loaded
|
||||||
|
|||||||
@@ -246,7 +246,7 @@ Example defines
|
|||||||
;; be loaded before, otherwise both versions will be loaded and will
|
;; be loaded before, otherwise both versions will be loaded and will
|
||||||
;; conflict.
|
;; conflict.
|
||||||
(use-package org
|
(use-package org
|
||||||
:commands org-mode
|
:defer t
|
||||||
:delight (org-mode "Org") ;; "Org " "\u01F15E"
|
:delight (org-mode "Org") ;; "Org " "\u01F15E"
|
||||||
;;:bind (("C-c <del>" . org-mark-ring-goto)) ;; normally at C-c & but it is redefined by yasnippet
|
;;:bind (("C-c <del>" . org-mark-ring-goto)) ;; normally at C-c & but it is redefined by yasnippet
|
||||||
:init
|
:init
|
||||||
|
|||||||
Reference in New Issue
Block a user