8000 GitHub - GingerTrain/.emacs.d: Mirror of https://gitlab.com/GingerTrain/emacs.d
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GingerTrain/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

.emacs.d

This is where I practice my Emacs-Fu

Installation (Linux)

Emacs 27 built from source.

./autogen.sh

./configure
--with-x-toolkit=lucid
--with-sound=no
--without-xpm
--without-tiff
--without-gif
--without-png
--without-rsvg
--without-lcms2
--without-libsystemd
--without-imagemagick
--without-toolkit-scroll-bars
--without-xaw3d
--without-xim
--without-dbus
--without-gsettings
--without-gconf
--without-selinux
--without-makeinfo
--without-zlib
--without-libgmp
--without-compress-install
--with-modules
--with-x
'CFLAGS= -O2 -g3'

make -j4
sudo make install

About

Mirror of https://gitlab.com/GingerTrain/emacs.d

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0