Skip to content

jnises/emacs-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My emacs config files. Not likely to be useful for anyone else.

windows

msys2

the msys2 version of emacs 28.1 seems to be broken. native compilation just produces errors. so probably good to not install emacs from here. if you really want to you can run pacman -S mingw-w64-x86_64-emacs
good to install msys2 for the unix utils though

mac

  • brew install --cask emacs
  • brew install ripgrep fd

setup

  • git submodule update --init
  • create a file called ~/.emacs.d/init.el and put this in it:
;; (setq download-packages t) ; or not if you don't want to download external things
;; ;(setq deepness-company "propellerheads") ;; for company specific settings
(setq home-el-path "~/.emacs.d/el")
(load (concat home-el-path "/config.el"))

About

my emacs config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published