Snarpy comments
This commit is contained in:
parent
c6e8f0cf9a
commit
53c2e745fd
6
init.el
6
init.el
@ -12,7 +12,7 @@
|
|||||||
;; Speed up loading/finding files
|
;; Speed up loading/finding files
|
||||||
(let
|
(let
|
||||||
(
|
(
|
||||||
;; (file-name-handler-alist nil)
|
;; (file-name-handler-alist nil) ;; no. Breaks evil for some reason.
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Load the files that I put my settings in...
|
;; Load the files that I put my settings in...
|
||||||
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
;; minify yes/no prompts
|
;; minify yes/no prompts
|
||||||
;; (if (>= (string-to-number emacs-version) 28)
|
;; (if (>= (string-to-number emacs-version) 28)
|
||||||
;; (defvar use-short-answers t))
|
;; (defvar use-short-answers t)) ;; doesn't work
|
||||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
||||||
;; do the things
|
;; do the things
|
||||||
@ -80,7 +80,7 @@
|
|||||||
scroll-down-aggressively 0.01)
|
scroll-down-aggressively 0.01)
|
||||||
(global-visual-line-mode t)
|
(global-visual-line-mode t)
|
||||||
|
|
||||||
;; UTF-8 supremacy (Snippet from https://github.com/doomemacs/doomemacs/blob/master/early-init.el)
|
;; UTF-8 supremacy (Snippet originally from https://github.com/doomemacs/doomemacs/blob/master/early-init.el, but it's not in there anymore)
|
||||||
(set-language-environment "UTF-8")
|
(set-language-environment "UTF-8")
|
||||||
|
|
||||||
;; Toggle Japanese with `qq'
|
;; Toggle Japanese with `qq'
|
||||||
|
Loading…
Reference in New Issue
Block a user