Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom variables for optional packages #156

Open
kwrooijen opened this issue Jan 25, 2024 · 1 comment
Open

Add custom variables for optional packages #156

kwrooijen opened this issue Jan 25, 2024 · 1 comment

Comments

@kwrooijen
Copy link

Would it be an idea to add defcustom variables for these optional packages? I'd like to use nano-emacs through use-package, but I don't want the nano-defaults / nano-bindings.

nano-emacs/nano.el

Lines 62 to 72 in b863108

;; Nano default settings (optional)
(require 'nano-defaults)
;; Nano session saving (optional)
(require 'nano-session)
;; Nano header & mode lines (optional)
(require 'nano-modeline)
;; Nano key bindings modification (optional)
(require 'nano-bindings)

@rougier
Copy link
Owner

rougier commented Feb 5, 2024

One way is to use the nano-modeline and nano-theme packages instead. I need to repackage everything but I lack time to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants