rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

README (1259B)


      1 Installation
      2 
      3 To install, clone this repo to ~/.emacs.d.
      4 
      5     git clone https://gitlab.com/mark.feller/emacs.d ~/.emacs.d
      6 
      7 Upon starting up Emacs for the first time, packages will be downloaded
      8 and installed via the public repos. If you encounter any errors at that
      9 stage, try restarting Emacs, and possibly running 'M-x
     10 package-refresh-contents' before doing so. After successfully installing
     11 packages future startups will be much faster.
     12 
     13 There are several subdirectories:
     14 
     15 'core'        holds primary configuration that I feel lost without.
     16 'lisp'        holds custom user lisp code. Useful for site packages,
     17               personal information, etc.
     18 'modules'     holds package/language specific configuration that is
     19               useful when working with specific tasks or within specific
     20               languages, but are not needed generally.
     21 'src'         holds the Emacs source directory for jumping to definition
     22               and viewing docs within the C code.
     23 'snippets'    holds Yasnippet snippets.
     24 'theme'       holds theme packages. Poet is my current goto.
     25 
     26 Disclaimer
     27 
     28 This is an everchanging and evolving Emacs configuration for my personal
     29 use. I see this repo more as a collection of ideas to be incorporated
     30 into your own configurations.