aboutsummaryrefslogtreecommitdiff
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
* emacs: added disable-mouse, sass-mode & yaml-modeMiquel Sabaté Solà2016-07-121-0/+21
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: some minor additionsMiquel Sabaté Solà2016-07-081-2/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a way to cleanup the workspaceMiquel Sabaté Solà2016-07-061-0/+20
| | | | | | | This is specially useful if you want to start from scratch in a client-daemon setup. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: leader shortcut for 'kill-buffer-and-windowMiquel Sabaté Solà2016-07-061-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: introduced a function to fetch the latest newsMiquel Sabaté Solà2016-07-041-0/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: make [escape] quit any situationMiquel Sabaté Solà2016-07-041-1/+28
| | | | | | Moreover, I'm also adding some minor misc. improvements Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added magit, helm-ag and improved go modeMiquel Sabaté Solà2016-07-011-6/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved the handling of the frame titleMiquel Sabaté Solà2016-06-301-9/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: show the Helm pattern on the headerMiquel Sabaté Solà2016-06-301-1/+18
| | | | | | This requires some magic that it's been provided in a Reddit thread :) Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: unset all f keys and added evil-numbersMiquel Sabaté Solà2016-06-301-1/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added rainbow-delimiters mode for elispMiquel Sabaté Solà2016-06-301-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: set 80 columns widthMiquel Sabaté Solà2016-06-301-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: some changes on the soria themeMiquel Sabaté Solà2016-06-291-0/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a systemd unit fileMiquel Sabaté Solà2016-06-292-1/+20
| | | | | | | | I finally got to fix the crash that I was having when trying to execute Emacs as a daemon. For this reason, now starting Emacs as a daemon during startup should be sensible enough. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added some utilities through bbatsov's cruxMiquel Sabaté Solà2016-06-291-9/+20
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added yasnippetMiquel Sabaté Solà2016-06-291-3/+9
| | | | | | I've also added a new leader command to view the available buffers. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added markdown modeMiquel Sabaté Solà2016-06-281-0/+18
| | | | | | Also, ELisp code will also include warnings now. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: I'm on a highway to hell!Miquel Sabaté Solà2016-06-282-0/+387
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>