diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/README.org | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/emacs/README.org b/emacs/README.org index e43a62a..fda35d8 100644 --- a/emacs/README.org +++ b/emacs/README.org @@ -2,9 +2,7 @@ #+AUTHOR: Miquel Sabaté Solà #+EMAIL: mikisabate@gmail.com -* mssola's GNU Emacs configuration - -** About this +* About this I'm following a literate programming approach for my GNU Emacs configuration. The basic workflow is that on the first run the =init.el= file @@ -20,7 +18,7 @@ instructs =emacsclient= to spawn a new server if there isn't one already. This means that the first time around it will take some time, but in the next time everything will be alright. -** Dependencies +* Dependencies First of all, install the [[https://github.com/mssola/soria][soria]] color theme. This should already be handled by the install script. Then make sure to install the following: @@ -41,13 +39,13 @@ go get -u github.com/dougm/goflymake go get -u github.com/nsf/gocode #+END_SRC -** Developing +* Developing I've added a git =pre-push= hook which syncs the =init.html= and the =org.css= files into my personal server. So make sure to add this hook into the =.git/hooks= directory. -** Installing +* Installing The installation process of my GNU Emacs configuration should already be handled by the =install.sh= script that can be found in the root of this project. If you @@ -63,7 +61,7 @@ want to do it manually: - Clone the [[https://github.com/mssola/soria][soria]] project and link the =soria-theme.el= file into the =~/.emacs.d= directory. -** Credits +* Credits I've built this file by simply scavenging from other people's emacs.d/dotfiles repositories. I have taken lots of pieces from here and there, but most notably: @@ -76,7 +74,7 @@ repositories. I have taken lots of pieces from here and there, but most notably: - [[https://github.com/sachac/emacs.d][@sachac]] ([[http://pages.sachachua.com/.emacs.d/Sacha.html][HTML version]]) - [[https://github.com/larstvei/dot-emacs][@larstvei]] -** License +* License #+BEGIN_SRC text Copyright (C) 2014-2017 Miquel Sabaté Solà <mikisabate@gmail.com> |
