diff options
-rw-r--r-- | common/.config/emacs/init.el.org | 5 | ||||
-rw-r--r-- | macos.local/flake/system/homebrew.nix.org | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 8f70eb9..34a6f7e 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -458,9 +458,8 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively. :config (add-hook 'after-init-hook #'global-flycheck-mode)) - (with-eval-after-load 'flyspell - (add-hook 'text-mode-hook #'flyspell-mode)) - + (require 'flyspell) + (add-hook 'text-mode-hook #'flyspell-mode) (use-package flyspell-correct :after flyspell :bind diff --git a/macos.local/flake/system/homebrew.nix.org b/macos.local/flake/system/homebrew.nix.org index 544685f..bc5121d 100644 --- a/macos.local/flake/system/homebrew.nix.org +++ b/macos.local/flake/system/homebrew.nix.org @@ -82,7 +82,6 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "gcc-arm-embedded" "ghostty" "gimp" - "ghidra" "godot" "gzdoom" "inkscape" @@ -101,7 +100,6 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "syncthing" "thunderbird" "tor-browser" - "utm" "vlc" "whisky" "zotero" |