diff options
author | bd <bdunahu@operationnull.com> | 2024-11-24 23:26:05 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-11-24 23:26:05 -0500 |
commit | 6ab62f8037ce1136a4d7c654199b5d40095205ed (patch) | |
tree | 68f378e6f5645225d601ff4e993448d9771f5864 /.config/emacs/modules/bd--files.el | |
parent | b5a912fe889312d4e2b1544b295557e7cdd179e7 (diff) |
hl-line in prog/text mode only, remove redundant rcirc mode string
Diffstat (limited to '.config/emacs/modules/bd--files.el')
-rw-r--r-- | .config/emacs/modules/bd--files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--files.el b/.config/emacs/modules/bd--files.el index 28563ea..3d3d7b7 100644 --- a/.config/emacs/modules/bd--files.el +++ b/.config/emacs/modules/bd--files.el @@ -50,7 +50,7 @@ ((string-match (regexp-opt '("gba" "z64" "n64" "sfc")) ext) (runner #'bd/rom)) (t (apply f args))))) -(advice-add 'find-file :around #'bd/external-find-file-wrapper) +(advice-add #'find-file :around #'bd/external-find-file-wrapper) (use-package dired :bind |