summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2024-11-11 12:40:46 +0800
committernoa2024-11-11 12:40:46 +0800
commit95cca7254ee43472feae5c11da389692c44f92ed (patch)
tree1fe2770b688051ee1325ab99ca60703950afd319
parent311ff96b4a0e98ac7fe543c5efa4487a8cea60c8 (diff)
Remove howm configuration
-rw-r--r--emacs/init.el30
1 files changed, 0 insertions, 30 deletions
diff --git a/emacs/init.el b/emacs/init.el
index d863f72..b32f39f 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -732,36 +732,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 	load-prefer-newer t
 	ediff-window-setup-function 'ediff-setup-windows-plain)
 
-;;; Howm
-(use-package howm
-  :ensure t
-  :init
-  (setopt howm-view-title-header "#")
-
-  :custom
-  (howm-directory "~/Documents/Notes/")
-  (howm-keyword-file (expand-file-name ".howm-keys" howm-directory))
-  (howm-history-file (expand-file-name ".howm-history" howm-directory))
-  (howm-view-summary-omit-same-name nil)
-  (howm-keyword-case-fold-search t)
-  (howm-view-use-grep t)
-  (howm-view-grep-command "ugrep")
-
-  (howm-view-summary-format "")    ;; Don't show the file name 
-
-
-  :hook ((howm-mode . howm-mode-set-buffer-name)    ;; Rename buffers to their title
-         (after-save . howm-mode-set-buffer-name))
-
-  ;; Don't clobber the help binding
-  :bind (:map howm-menu-mode-map ("C-h" . nil)
-              :map riffle-summary-mode-map ("C-h" . nil)
-              :map howm-view-contents-mode-map ("C-h" . nil))
-  :bind
-  ("<f12>" . howm-list-all)
-  ("<C-f12>" . howm-create))
-(setopt howm-file-name-format "%Y-%m-%d-%H%M%S.md")
-
 ;;; Bibliography management
 (use-package ebib
   :ensure t