Emacs - added spam folder; removed ledger; fixed aerospace
This commit is contained in:
parent
10ae384e59
commit
4b72f451da
@ -30,7 +30,7 @@ outer.right = 5
|
|||||||
[mode.main.binding]
|
[mode.main.binding]
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/goodness#open-a-new-window-with-applescript
|
# See: https://nikitabobko.github.io/AeroSpace/goodness#open-a-new-window-with-applescript
|
||||||
cmd-enter = '''exec-and-forget osascript -e 'tell application "iTerm2" to create window with default profile''''
|
cmd-enter = '''exec-and-forget osascript -e 'tell application "iTerm2" to create window with default profile''''
|
||||||
cmd-shift-e = 'exec-and-forget open -n -a "Emacs"'
|
cmd-shift-e = 'exec-and-forget emacs'
|
||||||
cmd-shift-f = 'exec-and-forget open -n -a "Google Chrome"'
|
cmd-shift-f = 'exec-and-forget open -n -a "Google Chrome"'
|
||||||
cmd-shift-d = 'exec-and-forget open -n -a "Discord"'
|
cmd-shift-d = 'exec-and-forget open -n -a "Discord"'
|
||||||
|
|
||||||
|
@ -134,7 +134,8 @@ This section contains the ~mu4e~ emacs specific configuration.
|
|||||||
(:maildir "/Club" :key ?c)
|
(:maildir "/Club" :key ?c)
|
||||||
(:maildir "/UCSC" :key ?u)
|
(:maildir "/UCSC" :key ?u)
|
||||||
(:maildir "/Newsletters" :key ?n)
|
(:maildir "/Newsletters" :key ?n)
|
||||||
(:maildir "/Automated" :key ?A))))
|
(:maildir "/Automated" :key ?A)
|
||||||
|
(:maildir "/Spam" :key ?S))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Adding some configuration to correct ~mu4e~'s default values.
|
Adding some configuration to correct ~mu4e~'s default values.
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
isync
|
isync
|
||||||
ispell
|
ispell
|
||||||
texliveFull
|
texliveFull
|
||||||
ledger
|
|
||||||
mu
|
mu
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user