Cleanup
This commit is contained in:
23
Emacs.org
23
Emacs.org
@@ -241,12 +241,9 @@ I really enjoy having a leader key and eschewing the Control and Alt keys entire
|
||||
"dv" #'describe-variable
|
||||
"ds" #'describe-symbol
|
||||
"dk" #'describe-key
|
||||
"dp" #'describe-package
|
||||
"dp" #'describe-package))
|
||||
|
||||
;; Windows
|
||||
"wu" #'winner-undo
|
||||
"wr" #'winner-redo))
|
||||
#+end_src
|
||||
#+end_src
|
||||
|
||||
*** Evil
|
||||
#+begin_src emacs-lisp
|
||||
@@ -684,6 +681,14 @@ Sets HTML strings to have the background of the color they represent.
|
||||
(setq vterm-shell "zsh")
|
||||
(setq vterm-max-scrollback 10000))
|
||||
#+end_src
|
||||
** PDF
|
||||
#+begin_src emacs-lisp
|
||||
(use-package pdf-tools
|
||||
:straight t
|
||||
:ensure t
|
||||
:config
|
||||
(pdf-tools-install))
|
||||
#+end_src
|
||||
|
||||
** E-Mail
|
||||
I've been using IceDove/Thunderbird for e-mail until I get around to making this a comparable solutions.
|
||||
@@ -742,11 +747,3 @@ Right now I'm pretty happy with Matrix bridging into IRC rooms so this will stay
|
||||
;; erc-rename-buffers t
|
||||
;; erc-track-exclude-server-buffer t))
|
||||
#+end_src
|
||||
* EXWM Configuration
|
||||
|
||||
I basically live in Emacs so might as well let it handle my browsers.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
#+end_src
|
||||
:w
|
||||
|
||||
Reference in New Issue
Block a user