Skip to content

Instantly share code, notes, and snippets.

@estshorter
Last active September 18, 2025 22:45
Show Gist options
  • Select an option

  • Save estshorter/dcfbddae35433db6c0963d80736298a5 to your computer and use it in GitHub Desktop.

Select an option

Save estshorter/dcfbddae35433db6c0963d80736298a5 to your computer and use it in GitHub Desktop.
(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 '(wheatgrass)))
(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.
)
(with-eval-after-load 'org
(define-key org-mode-map (kbd "M-RET") #'org-insert-todo-heading))
(setq ring-bell-function 'ignore)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment