This commit is contained in:
opalvaults
2021-12-23 09:55:44 -08:00
parent feb2a41a4a
commit 4540ba03a6
4 changed files with 120 additions and 60 deletions

View File

@@ -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