Removed hook from grip mode
This commit is contained in:
parent
519c7e293c
commit
a2bc02d20d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
(use-package grip-mode
|
||||
:ensure t
|
||||
:defer t
|
||||
:hook ((markdown-mode org-mode) . grip-mode) (window-configuration-change-hook . grip-browse-preview)
|
||||
;;:hook ((markdown-mode org-mode) . grip-mode) (window-configuration-change-hook . grip-browse-preview)
|
||||
:config
|
||||
(setq grip-command 'go-grip) ;; auto, grip, go-grip or mdopen
|
||||
(setq grip-update-after-change t))
|
||||
|
|
Loading…
Add table
Reference in a new issue