Skip to content

Commit

Permalink
use a more unique meta buffer prefix to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Mar 13, 2021
1 parent 99f7aa4 commit 0781bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rigpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

;; the prefix that will be used in naming all buffers used
;; in meta mode representations
(setq rigpa-buffer-prefix "RIGPA-META")
(setq rigpa-buffer-prefix "*RIGPA-META*")

(defun rigpa-hide-menu (mode-name)
"Hide current mode menu."
Expand Down

0 comments on commit 0781bab

Please sign in to comment.