Skip to content

Instantly share code, notes, and snippets.

@albertstartup
Created August 8, 2016 02:49
Show Gist options
  • Save albertstartup/5fbd9bc15547dd985b16d260884c6736 to your computer and use it in GitHub Desktop.
Save albertstartup/5fbd9bc15547dd985b16d260884c6736 to your computer and use it in GitHub Desktop.
Reset defcustom variable
(defun reset-defcustom-var (var)
(set var (eval (car (get var 'standard-value)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment