aboutsummaryrefslogtreecommitdiff
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
...
* emacs: display emojisMiquel Sabaté Solà2018-05-241-0/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: styleMiquel Sabaté Solà2018-05-241-13/+25
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added toggle for org-publish-current-fileMiquel Sabaté Solà2018-04-091-0/+13
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: do not add the magic encoding commentMiquel Sabaté Solà2018-02-231-0/+6
| | | | | | It brings quite some annoying false positives. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added org-mssola publishingMiquel Sabaté Solà2018-02-181-0/+23
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: ignore init.html fileMiquel Sabaté Solà2018-02-151-3010/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added `Sent` bookmarks in mu4eMiquel Sabaté Solà2018-02-142-62/+64
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed style of latex sectionMiquel Sabaté Solà2018-01-292-26/+26
| | | | 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: added LaTeX supportMiquel Sabaté Solà2018-01-192-16/+92
| | | | | | Support has been added through Auctex, and through org-mode export. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: require diminish expicitelyMiquel Sabaté Solà2018-01-122-58/+60
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2018-01-026-6/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: updated custome.el fileMiquel Sabaté Solà2017-12-122-1111/+1111
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: M-x is now helm-M-xMiquel Sabaté Solà2017-12-122-1146/+1150
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed debugging logsMiquel Sabaté Solà2017-11-211-2/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: allow org to export to man pagesMiquel Sabaté Solà2017-11-212-3/+21
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added support for BATSMiquel Sabaté Solà2017-11-203-95/+115
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: typoMiquel Sabaté Solà2017-06-022-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added the bool-flip packageMiquel Sabaté Solà2017-06-013-8/+28
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed logging in ERCMiquel Sabaté Solà2017-05-192-100/+206
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: removed typoMiquel Sabaté Solà2017-05-191-1/+2
| | | | 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-113-121/+197
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed which-key configurationMiquel Sabaté Solà2017-03-223-56/+62
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed find-file adviceMiquel Sabaté Solà2017-03-202-114/+322
| | | | | | It failed for directories opened in dired mode. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added an advice for find-fileMiquel Sabaté Solà2017-03-152-347/+171
| | | | | | This way we can edit files as root if needed. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added vue modeMiquel Sabaté Solà2017-03-143-4/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved web-mode with stuff for js and jsxMiquel Sabaté Solà2017-03-022-70/+116
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added coffee-modeMiquel Sabaté Solà2017-02-213-10/+16
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: remove erc-yt and erc-imageMiquel Sabaté Solà2017-02-153-39/+3
| | | | | | | 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>
* emacs: there's no need to write the title twiceMiquel Sabaté Solà2017-02-151-8/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* weechat: nukedMiquel Sabaté Solà2017-02-151-0/+4
| | | | | | | I'm using ERC now. Moreover, I've also moved the main README from markdown to orgmode. 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: really diminish disable-mouse modeMiquel Sabaté Solà2017-02-132-56/+56
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added org-captureMiquel Sabaté Solà2017-02-113-18/+80
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: general fixesMiquel Sabaté Solà2017-02-102-65/+157
| | | | | | | | | | | - projectile: removed the format definition. I didn't know that the default format already took into account clashes between files from different projects. This way I don't need other packages like =uniquify=. - crux: fixed bindings. - magit: added a binding for =magit-blame= and improved the documentation. - ohers: added the =mssola-face-at-point= function Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added json-reformatMiquel Sabaté Solà2017-02-083-12/+116
| | | | | | I've also sorted a bit how things are in the programming language section. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added recentfMiquel Sabaté Solà2017-02-072-659/+687
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: require 'orgMiquel Sabaté Solà2017-02-032-680/+697
| | | | | | | I was not explicitely requiring org, and so GNU Emacs apparently freaked out. Moreover, I've also fixed a couple of warnings. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed some issues on ERC and added WoManMiquel Sabaté Solà2017-02-023-87/+158
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: be more verbose on the explanation behind Evil modeMiquel Sabaté Solà2017-01-313-224/+354
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved dired mode supportMiquel Sabaté Solà2017-01-292-55/+85
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: typoMiquel Sabaté Solà2017-01-282-53/+53
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use C-p for ERC tooMiquel Sabaté Solà2017-01-282-62/+102
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added ERCMiquel Sabaté Solà2017-01-283-18/+234
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* config/dunst: allow icons to be setMiquel Sabaté Solà2017-01-282-49/+47
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed typosMiquel Sabaté Solà2017-01-262-55/+55
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a new git hook before pushingMiquel Sabaté Solà2017-01-263-2/+89
| | | | | | | This hook will make sure that whenever something around GNU Emacs has changed, it will sync it to my personal server. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved yasnippet and diminish some minor modesMiquel Sabaté Solà2017-01-253-46/+99
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed syntax errorMiquel Sabaté Solà2017-01-192-47/+47
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>