(README)~update README

This commit is contained in:
2022-07-28 18:26:47 +01:00
parent b5945ec68a
commit 0634886d28

View File

@@ -10,25 +10,21 @@ Clone this into the =~/Dotfiles= directory. Install Emacs. Win.
** Installing Emacs ** Installing Emacs
I like a specific set of flags on my Emacs install. Prepackaged I like a specific set of flags on my Emacs install. Prepackaged
installs just won't cut it. Hence we're going to clone =emacs-27= installs just won't cut it. Therefore, to make it leverage more of
from GNU then compile it. Just run the following part: the system I've created, we're going to use my build of Emacs.
#+begin_src sh #+begin_src sh
cd .local/src/emacs; cd ~/.local/src;
curl -LO http://ftp.gnu.org/gnu/emacs/emacs-27.2.tar.gz git clone git@git.aryadevchavali.com:/oreodave/emacs.git;
tar -xvf emacs-27.2.tar.gz . cd emacs;
./configure --with-xwidgets -with-threads --with-harfbuzz --with-jpeg --with-json --with-modules; sh personal-install;
make;
sudo make install;
#+end_src #+end_src
** Currently used packages
** Currently used modules
- XServer - XServer
- vim - vim
- Shell - Shell
- SystemD - SystemD
- Emacs - Emacs
- Mail - Mail
- mailcap
- Neovim - Neovim
- ClangFormat - ClangFormat