Skip to content

Instantly share code, notes, and snippets.

@kurogomapurin
Last active August 29, 2015 14:19
Show Gist options
  • Save kurogomapurin/2fd658e498af72353a09 to your computer and use it in GitHub Desktop.
Save kurogomapurin/2fd658e498af72353a09 to your computer and use it in GitHub Desktop.
init.el
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-enabled-themes (quote (tango-dark)))
'(ns-command-modifier (quote meta))
'(ns-right-command-modifier (quote meta)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment