aboutsummaryrefslogtreecommitdiff
path: root/emacs/custom.el
Commit message (Collapse)AuthorAgeFilesLines
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-221-24/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added "ajuntament" and changed "suse.com" in mu4eMiquel Sabaté Solà2019-07-171-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added python environmentMiquel Sabaté Solà2019-06-041-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added lots of improvementsMiquel Sabaté Solà2019-01-251-1/+1
| | | | | | From ruby IRB, to better beginning-of-line function, etc. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use toggle for git-timemachineMiquel Sabaté Solà2019-01-251-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: adding new packages and moving Lisp section upMiquel Sabaté Solà2019-01-251-1/+1
| | | | | | | | | The Lisp section has been moved to the very top, so I can use use-package since the very beginning. Moreover, I've added the following packages: move-text, git-timemachine and hl-line. Last but not least, I explicitly disabled the ring bell. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed writeroom-modeMiquel Sabaté Solà2019-01-241-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: bringing back C-a and C-eMiquel Sabaté Solà2019-01-151-1/+1
| | | | | | | | | | | | | | | | | I'm bringing back the default Emacs' bindings for C-a and C-e. The idea is that these bindings actually make more sense than the Vim ones. These caused two conflicts: 1. The `expand-region` package was already using the C-e binding. I've simply removed this package, because in these years I've never used it, so I guess it's not for me. 2. The `evil-numbers/inc-at-pt` package was already using the C-a binding. I do use this one, but I moved it into C-c +, which is similar to what I already use for `evil-numbers/dec-at-pt`. It's not too bad if I have to do it once (and if I have to repeat it there's always `.`). Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updating custom.elMiquel Sabaté Solà2018-06-041-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added auctex packageMiquel Sabaté Solà2018-01-271-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updated custome.el fileMiquel Sabaté Solà2017-12-121-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added support for BATSMiquel Sabaté Solà2017-11-201-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added the bool-flip packageMiquel Sabaté Solà2017-06-011-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed dangling packageMiquel Sabaté Solà2017-04-241-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added rust-mode and a binding for a magit-log commandMiquel Sabaté Solà2017-04-111-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed which-key configurationMiquel Sabaté Solà2017-03-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added vue modeMiquel Sabaté Solà2017-03-141-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added coffee-modeMiquel Sabaté Solà2017-02-211-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: remove erc-yt and erc-imageMiquel Sabaté Solà2017-02-151-1/+1
| | | | | | | I thought it was a good idea until people started to drop gifs into the chat room and screwed my GNU Emacs server... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* mbsync: let isync to create server foldersMiquel Sabaté Solà2017-02-141-1/+1
| | | | | | | This commit also brings an update for the emacs/custom.el file, in which `circe` is no longer installed since I'm using ERC for IRC now. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added org-captureMiquel Sabaté Solà2017-02-111-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added json-reformatMiquel Sabaté Solà2017-02-081-1/+1
| | | | | | I've also sorted a bit how things are in the programming language section. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed some issues on ERC and added WoManMiquel Sabaté Solà2017-02-021-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: be more verbose on the explanation behind Evil modeMiquel Sabaté Solà2017-01-311-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added ERCMiquel Sabaté Solà2017-01-281-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: htmlized code blocks in the resulting exported fileMiquel Sabaté Solà2017-01-181-1/+1
| | | | | | Moreover, I've added a CSS file that is specific for HTML code. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: literate programmingMiquel Sabaté Solà2017-01-131-0/+23
Everything has been moved into an org file. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>