Add some stuff

This commit is contained in:
2026-08-10 11:21:42 -07:00
parent f7514883d5
commit 8712c4dfcd
+13 -3
View File
@@ -859,6 +859,19 @@ With NO-EDGE, return nil if beg or end fall on the edge of the range."
(advice-add 'sp-region-ok-p :around 'my/-evil-cp-region-ok-p-no-string)
(advice-add 'evil-cp--balanced-block-p :around 'my/-evil-cp-block-ok-p-no-string))
;; Fix some bindings messed up by evil
(use-package tabulated-list
:ensure nil
:config
(evil-define-key 'normal tabulated-list-mode-map
"o" #'tabulated-list-sort))
(use-package package
:ensure nil
:config
(evil-define-key 'normal package-menu-mode-map
"(" #'package-menu-toggle-hiding))
(with-eval-after-load 'mozc
(defvar my/-mozc-mode-override-evil-map
(let ((map (make-sparse-keymap)))
@@ -3400,9 +3413,6 @@ R is rest of the arguments to OLDFUN."
(require 'evil-org-agenda)
(evil-org-agenda-set-keys))
;; ledger
(use-package ledger-mode)
;; khard contacts
(require 'khard)