Skip to content

Commit

Permalink
Fixes rougier#110
Browse files Browse the repository at this point in the history
  • Loading branch information
brongulus committed Jan 4, 2022
1 parent 70993ff commit f4a1fb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nano-help.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
(sit-for 30)))

;; Help screen

;; FIX for quick-help.org not being found when using straight
(setq pathfix (concat user-emacs-directory "straight/repos/nano-emacs"))
(add-to-list 'load-path pathfix)

(define-derived-mode nano-help-mode org-mode "Nano help mode")
(define-key nano-help-mode-map (kbd "q") #'kill-current-buffer)
(defun nano-help ()
Expand Down

0 comments on commit f4a1fb0

Please sign in to comment.