Skip to content

Commit

Permalink
Fix lisp tower not being loaded in lisp buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Jul 23, 2024
1 parent 11ccc09 commit fe5b800
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 @@ -383,7 +383,7 @@ and simply toggles whether the menu is visible or not."
;; (3) the level index
;; and eventually make these "coordinates" generic
(when (boundp 'symex-mode)
(dolist (mode-name (and (boundp 'symex-get-lisp-modes)
(dolist (mode-name (and (fboundp 'symex-get-lisp-modes)
(symex-get-lisp-modes)))
(let ((mode-hook (intern (concat (symbol-name mode-name)
"-hook"))))
Expand Down

0 comments on commit fe5b800

Please sign in to comment.