emacs.d

My Emacs configuration
git clone https://git.jamzattack.xyz/emacs.d
Log | Files | Refs | LICENSE

.gitignore (458B)


      1 # Backups
      2 *\~
      3 .\#*
      4 
      5 # Eww files
      6 /url
      7 /eww
      8 
      9 # Eshell files
     10 /eshell
     11 
     12 # desktop/bookmark/etc
     13 /bookmarks
     14 /recentf
     15 /.emacs.desktop*
     16 
     17 # files created from config.org
     18 lisp/config.el
     19 lisp/custom-file.el
     20 
     21 # compiled packages
     22 *.elc
     23 /straight
     24 /elpa
     25 
     26 # files
     27 /helm-adaptive-history
     28 /nov-places
     29 /.org-id-locations
     30 /network-security.data
     31 /ebdb.gpg
     32 /elpher-bookmarks
     33 /places
     34 /projects
     35 
     36 # directories
     37 /eaf
     38 /elfeed
     39 /tramp
     40 /transient
     41 /eln-cache/
     42 /image-dired/
     43 
     44 *-autoloads.el