Rename sections
This commit is contained in:
+8
-5
@@ -50,13 +50,13 @@
|
|||||||
- [[#utf-8][UTF-8]]
|
- [[#utf-8][UTF-8]]
|
||||||
- [[#window][Window]]
|
- [[#window][Window]]
|
||||||
- [[#functions][Functions]]
|
- [[#functions][Functions]]
|
||||||
- [[#general-2][General]]
|
- [[#general-functions][General Functions]]
|
||||||
- [[#package][Package]]
|
- [[#package-functions][Package Functions]]
|
||||||
- [[#advice-and-aliases][Advice and Aliases]]
|
- [[#advice-and-aliases][Advice and Aliases]]
|
||||||
- [[#advice][Advice]]
|
- [[#advice][Advice]]
|
||||||
- [[#aliases][Aliases]]
|
- [[#aliases][Aliases]]
|
||||||
- [[#general-3][General]]
|
- [[#general-2][General]]
|
||||||
- [[#package-1][Package]]
|
- [[#package][Package]]
|
||||||
- [[#hooks][Hooks]]
|
- [[#hooks][Hooks]]
|
||||||
- [[#key-bindings][Key Bindings]]
|
- [[#key-bindings][Key Bindings]]
|
||||||
- [[#disable-default][Disable Default]]
|
- [[#disable-default][Disable Default]]
|
||||||
@@ -603,6 +603,9 @@ https://github.com/laishulu/hl-fill-column
|
|||||||
;; Custom thems, do not ask if safe
|
;; Custom thems, do not ask if safe
|
||||||
(setq custom-safe-themes t)
|
(setq custom-safe-themes t)
|
||||||
|
|
||||||
|
;; Dired move to trash
|
||||||
|
(setq delete-by-moving-to-trash t)
|
||||||
|
|
||||||
;; Scrolling
|
;; Scrolling
|
||||||
(setq scroll-conservatively 1)
|
(setq scroll-conservatively 1)
|
||||||
(setq mouse-wheel-scroll-amount '(5))
|
(setq mouse-wheel-scroll-amount '(5))
|
||||||
@@ -849,7 +852,7 @@ Set UTF-8 encoding as default.
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Functions
|
* Functions
|
||||||
** General
|
** General Functions
|
||||||
|
|
||||||
Functions that only use built-in Emacs functionality.
|
Functions that only use built-in Emacs functionality.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user