Skip to content

Instantly share code, notes, and snippets.

@steinarb

steinarb/.emacs Secret

Created March 5, 2022 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steinarb/fd844fca4d0627b2a9efa2fd46cdf1ad to your computer and use it in GitHub Desktop.
Save steinarb/fd844fca4d0627b2a9efa2fd46cdf1ad to your computer and use it in GitHub Desktop.
Using emacs from git clone of emacs
;; Git version of Gnus to get gnus-cloud fixes
(let ((git-emacs-directory
(concat git-workspace "/emacs")))
(push (concat git-emacs-directory "/lisp/gnus") load-path))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment