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

persp-nil-name is saved as a customized variable without being customized. #11

Closed
delexi opened this issue Jan 27, 2014 · 1 comment
Closed
Labels

Comments

@delexi
Copy link

delexi commented Jan 27, 2014

This is my current persp-mode configuration:

(require 'persp-mode)
(setq persp-auto-resume nil)
(setq persp-nil-name "none")
(persp-mode 1)
(setq wg-morph-on nil)
(setq persp-when-kill-switch-to-buffer-in-perspective t)
(setq persp-filter-save-buffers-functions
      (list #'(lambda (b) (string-prefix-p " " (buffer-name b)))))

There is no persp-mode related variable set from inside the customize interface. Despite of this, '(persp-nil-name "none") is added to the customize-set-variables form in my init.el.

In my opinion this should not happen. Variables not changed through the customize interface should not be managed by customize behind the users back.

@Bad-ptr
Copy link
Owner

Bad-ptr commented Jan 28, 2014

Yes, you right. I'll fix it. //can't remember now why i did it this way.)

@Bad-ptr Bad-ptr closed this as completed in bf68bd1 Feb 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants