(Emacs)~minor changes in spelling and sentences, changes in filenames
This commit is contained in:
@@ -26,7 +26,7 @@ Let's set all yes or no questions to single letter responses.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
#+end_src
|
#+end_src
|
||||||
** Coding system
|
** Encoding
|
||||||
Set the encoding to utf-8-unix by default.
|
Set the encoding to utf-8-unix by default.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package emacs
|
(use-package emacs
|
||||||
@@ -68,7 +68,8 @@ Turn on hs minor mode for all prog-mode.
|
|||||||
:hook (prog-mode-hook . hs-minor-mode))
|
:hook (prog-mode-hook . hs-minor-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Aesthetics
|
** Aesthetics
|
||||||
Load my custom "personal-theme" theme (look at [[file:personal-theme.el][this file]]).
|
Load my custom "personal-theme" theme which is stored in the elisp
|
||||||
|
folder (look at [[file:elisp/personal-theme.el][this file]]).
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package custom
|
(use-package custom
|
||||||
:demand t
|
:demand t
|
||||||
@@ -79,7 +80,7 @@ Load my custom "personal-theme" theme (look at [[file:personal-theme.el][this fi
|
|||||||
(load-theme 'personal t))
|
(load-theme 'personal t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Set font size to 125 if no monitor is plugged in.
|
Set font size to 125.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package faces
|
(use-package faces
|
||||||
:straight nil
|
:straight nil
|
||||||
|
|||||||
Reference in New Issue
Block a user