Minor edits.

This commit is contained in:
Derek Taylor
2021-04-29 19:21:23 -05:00
parent c4a4736a72
commit 76ee161752
4 changed files with 18 additions and 24 deletions

View File

@@ -239,6 +239,8 @@
(after! mastodon
(setq mastodon-instance-url "https://distrotoot.com"))
(xterm-mouse-mode 1)
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
;;(require 'smtpmail)
(setq user-mail-address "derek@distrotube.com"
@@ -378,8 +380,7 @@
"DONE(d)" ; Task has been completed
"CANCELLED(c)" )))) ; Task has been cancelled
(use-package ox-man
:ensure nil)
(use-package ox-man)
(map! :leader
(:prefix ("r" . "registers")