diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8dae14b..71d1574 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -83,7 +83,7 @@ (message "%f Gb" (/ (float data) 1024 1024))))) (use-package micromamba - :straight (:host github :repo "SqrtMinusOne/micromamba.el") + :straight t :if (executable-find "micromamba") :config (micromamba-activate "general")) @@ -216,47 +216,11 @@ :after evil :config (evil-collection-init - '(eww - devdocs - proced - emms - pass - calendar - dired - ivy - debug - guix - calc - docker - ibuffer - geiser - pdf - info - elfeed - edebug - bookmark - company - vterm - flycheck - profiler - cider - explain-pause-mode - notmuch - custom - xref - eshell - helpful - compile - comint - git-timemachine - magit - prodigy - slime - forge - deadgrep - vc-annonate - telega - doc-view))) + '(eww devdocs proced emms pass calendar dired ivy debug guix calc + docker ibuffer geiser pdf info elfeed edebug bookmark company + vterm flycheck profiler cider explain-pause-mode notmuch custom + xref eshell helpful compile comint git-timemachine magit prodigy + slime forge deadgrep vc-annonate telega doc-view gnus))) (use-package avy :straight t @@ -570,12 +534,6 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (use-package smartparens :straight t) -(use-package expand-region - :straight t - :commands (er/expand-region) - :init - (general-nmap "+" 'er/expand-region)) - (use-package visual-fill-column :straight t :commands (visual-fill-column-mode) @@ -823,13 +781,14 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." :straight (:host github :repo "SqrtMinusOne/wakatime-mode") :if (not (or my/remote-server)) :config - (setq wakatime-ignore-exit-codes '(0 1 102)) + (setq wakatime-ignore-exit-codes '(0 1 102 112)) (advice-add 'wakatime-init :after (lambda () (setq wakatime-cli-path (expand-file-name "~/bin/wakatime-cli")))) ;; (setq wakatime-cli-path (executable-find "wakatime")) (global-wakatime-mode)) (use-package request - :straight t) + :straight t + :defer t) (use-package activity-watch-mode :straight t @@ -3892,19 +3851,6 @@ KEYS is a list of cons cells like (