mjrusso / .emacs.d

Emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mjrusso's .emacs.d

My personalized Emacs configuration. (other dotfiles)

packages

Packages are installed via straight.el, in conjunction with use-package, as per @jeffkreeftmeijer's tutorial.

To update a specific package, run M-x straight-pull-package (or, M-x straight-pull-package-and-deps to also update all of its dependencies). To update all packages, use M-x straight-pull-all. See the documentation for more options.

To update the package version lockfile, run M-x straight-freeze-versions. (Likewise, to revert all packages to the revisions specified in the lockfile, run M-x straight-thaw-versions.)

thanks

This configuration is heavily adapted from @technomancy's .emacs.d, as well as emacs-starter-kit v3 and v2.

About

Emacs configuration


Languages

Language:Emacs Lisp 100.0%