diff options
author | Thanos Apollo <[email protected]> | 2023-11-28 15:24:25 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-11-28 15:24:25 +0200 |
commit | 2b601039210dfa661cec3cf4c4552d17b8cedd47 (patch) | |
tree | ff84c398bc8d543628ba4714391f9a36744b02a1 /gnosis.el | |
parent | 15531cf283e70b970b0468ee2a35f72eefd7ebfa (diff) |
gnosis-test-buffer: Disable minibuffer-history locally
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -123,5 +123,9 @@ use it like this: (switch-to-buffer (get-buffer-create "*gnosis*")) (gnosis--display-question 13) (gnosis-review 13))) + (setq-local minibuffer-history nil) + (gnosis--display-question 1) + (gnosis-review 1) + (gnosis-mode))) ;;; gnosis.el ends here |