Compare commits
No commits in common. "59e3abc6c2bebf94674dd287ae0f150320769da4" and "47c019dbdeaef6598388bf67adb86d1871bed6ce" have entirely different histories.
59e3abc6c2
...
47c019dbde
|
@ -1,4 +0,0 @@
|
||||||
# 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
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
+mail.el filter=git-crypt diff=git-crypt
|
|
Binary file not shown.
|
@ -22,8 +22,7 @@
|
||||||
|
|
||||||
;; From Tecosaur's config: hide encoding in modeline if usual
|
;; From Tecosaur's config: hide encoding in modeline if usual
|
||||||
(defun doom-modeline-conditional-buffer-encoding ()
|
(defun doom-modeline-conditional-buffer-encoding ()
|
||||||
"We expect the encoding to be LF UTF-8, so only show the modeline
|
"We expect the encoding to be LF UTF-8, so only show the modeline when this is not the case"
|
||||||
when this is not the case"
|
|
||||||
(setq-local doom-modeline-buffer-encoding
|
(setq-local doom-modeline-buffer-encoding
|
||||||
(unless (and (memq (plist-get (coding-system-plist buffer-file-coding-system) :category)
|
(unless (and (memq (plist-get (coding-system-plist buffer-file-coding-system) :category)
|
||||||
'(coding-category-undecided coding-category-utf-8))
|
'(coding-category-undecided coding-category-utf-8))
|
||||||
|
@ -31,10 +30,6 @@ when this is not the case"
|
||||||
t)))
|
t)))
|
||||||
(add-hook 'after-change-major-mode-hook #'doom-modeline-conditional-buffer-encoding)
|
(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
|
;; Also from Tecosaur's config (modified slightly): better window title
|
||||||
(setq frame-title-format
|
(setq frame-title-format
|
||||||
'(""
|
'(""
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
(load! "+projects") ; project-related
|
(load! "+projects") ; project-related
|
||||||
(load! "+smudge") ; spotify
|
(load! "+smudge") ; spotify
|
||||||
(load! "+ess") ; ess, R
|
(load! "+ess") ; ess, R
|
||||||
(load! "+mail") ; mu4e
|
|
||||||
|
|
||||||
|
|
||||||
;; Defaults
|
;; Defaults
|
||||||
|
|
|
@ -144,7 +144,7 @@
|
||||||
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
|
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||||
;;julia ; a better, faster MATLAB
|
;;julia ; a better, faster MATLAB
|
||||||
;;kotlin ; a better, slicker Java(Script)
|
;;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
|
;;lean ; for folks with too much to prove
|
||||||
;;ledger ; be audit you can be
|
;;ledger ; be audit you can be
|
||||||
;;lua ; one-based indices? one-based indices
|
;;lua ; one-based indices? one-based indices
|
||||||
|
@ -177,7 +177,6 @@
|
||||||
|
|
||||||
:email
|
:email
|
||||||
;;(mu4e +org +gmail)
|
;;(mu4e +org +gmail)
|
||||||
(mu4e)
|
|
||||||
;;notmuch
|
;;notmuch
|
||||||
;;(wanderlust +gmail)
|
;;(wanderlust +gmail)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue