Skip to content

jeffgran/my-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is just my personal emacs setup, 10 years in the making.

# Building emacs on ubuntu-ish linux

$ sudo apt install libgccjit-12-dev
$ export CC="gcc-12"

https://ryanfleck.ca/2025/compiling-emacs-30/

For doom-modeline, need to run:

    M-x nerd-icons-install-fonts

Notes:

for helm-ag, during the results:
- C-c C-e to "edit results", then do whatever you want in that buffer, then C-c C-c to commit all results!
- C-x C-s to "save results" to a buffer, then RET on a line to visit it in other window
- C-x c b revives the last helm session if you accidentally quit

To explore:
- more helm-projectile commands that seem useful
- treemacs
  - M-t opens tree
  - M-. / M-, to change root of the tree.
  - try to figure out how to keep single root per persp


# Install Notes:

see install.md


### not sure if this stuff still applies

- `brew install global --with-pygments --with-ctags`
- pip install pygments

$ defaults write org.gnu.Emacs AppleFontSmoothing -int 0

About

This is my emacs setup so that I can use it on multiple computers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors