Skip to content

Latest commit

 

History

History

.emacs.d

Building from source [9/19/2022]

Modification of the default Arch nativecomp PKGBUILD

./configure --sysconfdir=/etc \
 --prefix=/usr \
 --libexecdir=/usr/lib \
 --localstatedir=/var \
 --with-cairo \
 --with-harfbuzz \
 --with-libsystemd \
 --with-modules \
 --with-x-toolkit=gtk3 \
 --with-native-compilation \
 --with-xwidgets \
 --with-json \
 --with-mailutils \
 --with-json
make -j$(nproc) NATIVE_FULL_AOT=1 bootstrap

Inluenced by

sam217pa, zamansky, clarete, xahlee

Other sources:

https://www.youtube.com/watch?v=LxuNmeCNnqU

https://www.youtube.com/watch?v=y3oLG-6KTaE

https://git.sr.ht/~tarsius/llama

https://stackoverflow.com/a/3612017

https://www.reddit.com/r/emacs/comments/4v7tcj/does_emacs_have_a_hook_for_when_the_theme_changes/d5wyu1r/

http://ergoemacs.org/misc/emacs_comment-line_vs_comment-dwim.html

https://orgmode.org/worg/org-contrib/org-protocol.html#org9e2e3ac

https://github.com/zzamboni/dot-emacs/blob/master/init.org

https://cdnjs.com/libraries/reveal.js/3.6.0

https://melpa.org/packages/

https://stable.melpa.org/packages/

https://orgmode.org/elpa/

https://elpa.gnu.org/packages/

https://bitbucket.org/jpkotta/openwith

https://www.emacswiki.org/emacs/CompanyMode#toc11

https://github.com/codemicmaves/graphite-theme

https://org-roam.discourse.group/t/can-buffer-names-match-note-titles/350/13

tumashu/ivy-posframe#105 (comment)

https://config.daviwil.com/emacs#control-buffer-placement

https://github.com/seagle0128/.emacs.d/blob/334d9afaedd67bc10f207ca72d6daff5ac6469cf/lisp/init-dired.el

https://www.emacswiki.org/emacs/EmacsAsDaemon#h5o-10

https://www.emacswiki.org/emacs/misc-cmds.el

https://emacs.stackexchange.com/a/13275

https://github.com/ianyepan/.wsl-emacs.d/blob/master/init.el#L121

http://xahlee.info/emacs/emacs/emacs_kill-ring.html

http://steve.yegge.googlepages.com/my-dot-emacs-file

https://emacs.stackexchange.com/questions/46664/switch-between-horizontal-and-vertical-splitting

https://emacs.stackexchange.com/a/10714

https://emacs.stackexchange.com/a/26840

https://emacs.stackexchange.com/a/35072

and countless others