My emacs configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
321 B

  1. # Readme
  2. My profiles in the '.emacs-profile.el' are:
  3. '''
  4. (("default" . ((user-emacs-directory . "~/.emacs.d")))
  5. ("spacemacs" . ((user-emacs-directory . "~/.emacs.d-spacemacs"))))
  6. '''
  7. The sessions for emacs was implemented using Chemacs from:
  8. https://www.aidanscannell.com/post/setting-up-an-emacs-playground-on-mac/