Emacs - added spam folder; removed ledger; fixed aerospace

This commit is contained in:
Random936 2024-12-28 08:57:38 -08:00
parent 10ae384e59
commit 4b72f451da
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -8,7 +8,6 @@
isync isync
ispell ispell
texliveFull texliveFull
ledger
mu mu
zip zip
unzip unzip