Compare commits

...

3 Commits

Author SHA1 Message Date
earnest ma 59e3abc6c2
doom: Mail 2022-10-20 09:44:32 -04:00
earnest ma 8a8cc309da
Add 1 git-crypt collaborator
New collaborators:

	42EB6E2A earnest ma <me@earne.link>
2022-10-20 09:42:15 -04:00
earnest ma 5984ca324a
doom: Enable LaTeX, show project in modeline 2022-10-20 09:39:01 -04:00
7 changed files with 14 additions and 2 deletions

4
.git-crypt/.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Do not edit this file. To specify the files to encrypt, create your own
# .gitattributes file in the directory where your files are.
* !filter !diff
*.gpg binary

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
+mail.el filter=git-crypt diff=git-crypt

BIN
doom/.config/doom/+mail.el Normal file

Binary file not shown.

View File

@ -22,7 +22,8 @@
;; From Tecosaur's config: hide encoding in modeline if usual
(defun doom-modeline-conditional-buffer-encoding ()
"We expect the encoding to be LF UTF-8, so only show the modeline when this is not the case"
"We expect the encoding to be LF UTF-8, so only show the modeline
when this is not the case"
(setq-local doom-modeline-buffer-encoding
(unless (and (memq (plist-get (coding-system-plist buffer-file-coding-system) :category)
'(coding-category-undecided coding-category-utf-8))
@ -30,6 +31,10 @@
t)))
(add-hook 'after-change-major-mode-hook #'doom-modeline-conditional-buffer-encoding)
;; https://github.com/doomemacs/doomemacs/issues/314
(after! doom-modeline
(setq doom-modeline-persp-name t))
;; Also from Tecosaur's config (modified slightly): better window title
(setq frame-title-format
'(""

View File

@ -16,6 +16,7 @@
(load! "+projects") ; project-related
(load! "+smudge") ; spotify
(load! "+ess") ; ess, R
(load! "+mail") ; mu4e
;; Defaults

View File

@ -144,7 +144,7 @@
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script)
;;latex ; writing papers in Emacs has never been so fun
latex ; writing papers in Emacs has never been so fun
;;lean ; for folks with too much to prove
;;ledger ; be audit you can be
;;lua ; one-based indices? one-based indices
@ -177,6 +177,7 @@
:email
;;(mu4e +org +gmail)
(mu4e)
;;notmuch
;;(wanderlust +gmail)