diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-06 23:23:16 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-06 23:23:16 -0400 |
commit | 087e77cc4b07ef4477b333c13d55f784d313d066 (patch) | |
tree | a0ca24ed3dac639b22c715a344df412e36a3e6bc | |
parent | Fix default face color not working with additional EXWM workspaces (diff) | |
download | mmosmacs-087e77cc4b07ef4477b333c13d55f784d313d066.tar.gz mmosmacs-087e77cc4b07ef4477b333c13d55f784d313d066.tar.bz2 mmosmacs-087e77cc4b07ef4477b333c13d55f784d313d066.zip |
Fix bug, too sleepy to describe, fuck it
-rw-r--r-- | init.el | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -77,19 +77,6 @@ | |||
77 | 77 | ||
78 | 78 | ||
79 | ;; --------------------------------- | 79 | ;; --------------------------------- |
80 | ;; Disable obsolete function warning | ||
81 | ;; --------------------------------- | ||
82 | ;; These warnings are really | ||
83 | ;; annoying. | ||
84 | ;; --------------------------------- | ||
85 | |||
86 | (eval-when-compile | ||
87 | (dolist (sym '(cl-flet lisp-complete-symbol)) | ||
88 | (setplist sym (use-package-plist-delete | ||
89 | (symbol-plist sym) 'byte-obsolete-info)))) | ||
90 | |||
91 | |||
92 | ;; --------------------------------- | ||
93 | ;; Exclude modes from modeline list | 80 | ;; Exclude modes from modeline list |
94 | ;; -------------------------------- | 81 | ;; -------------------------------- |
95 | ;; The modeline can get rather | 82 | ;; The modeline can get rather |