]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Cleanup packages
authorEshel Yaron <me@eshelyaron.com>
Sat, 17 Dec 2022 06:26:04 +0000 (08:26 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 17 Dec 2022 06:26:04 +0000 (08:26 +0200)
.emacs.d/esy.org

index 84bc1f99864e603446164a84869ba8096ea2fa0d..57f579019264f7b62146de5787753c5597b73d9c 100644 (file)
@@ -163,7 +163,6 @@ For further information about Elisp headers, see [[info:elisp#Library
 
   (setq package-selected-packages
         '(
-          academic-phrases
           alert
           all-the-icons
           all-the-icons-completion
@@ -172,24 +171,23 @@ For further information about Elisp headers, see [[info:elisp#Library
           auctex-latexmk
           avy
           bbdb
-          command-log-mode
           corfu
           define-word
           diff-hl
+          ef-themes
           elfeed
           embark-consult
-          git-timemachine
-          gitconfig-mode
-          gitignore-mode
+          fontaine
           gnu-elpa-keyring-update
           gnuplot
-          gnuplot-mode
-          go-mode
           graphviz-dot-mode
+          graphql-mode
           haskell-mode
           htmlize
           ialign
+          jenkinsfile-mode
           keycast
+          kubernetes
           lin
           logos
           magit
@@ -201,20 +199,22 @@ For further information about Elisp headers, see [[info:elisp#Library
           olivetti
           orderless
           org-modern
+          package-lint
           paredit
           pdf-tools
           rainbow-delimiters
+          rainbow-mode
+          request
           rg
           slack
           smtpmail-multi
-          swsw
-          tramp
+          sqlformat
           typit
+          terraform-mode
           vterm
           vundo
-          which-key
           whitespace-cleanup-mode
-          yaml-mode
+          with-editor
           )
         package-archive-column-width 12
         package-version-column-width 28)
@@ -390,7 +390,6 @@ Trying out Prot's ~fontaine~ package for font configuration.
     (require 'diff-hl)
     (require 'paren)
     (require 'lin)
-    (require 'which-key)
     (require 'whitespace-cleanup-mode)
     ;; (setq show-paren-context-when-offscreen t)
     (add-to-list 'lin-mode-hooks 'gnus-summary-mode-hook)
@@ -1998,13 +1997,11 @@ terminates, e.g. when pressing =C-d=.
   (defun esy/setup-misc ()
     "Catch-all for miscellaneous settings that can wait for `after-init-hook'."
     (require 'autorevert)
-    (require 'which-key)
     (require 'whitespace-cleanup-mode)
     (setq global-auto-revert-non-file-buffers t
           auto-revert-verbose nil
           query-about-changed-file t)
     (global-auto-revert-mode)
-    (which-key-mode)
     (global-whitespace-cleanup-mode 1))
 
   (add-hook 'after-init-hook #'esy/setup-misc)