aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.html
Commit message (Collapse)AuthorAgeFilesLines
* emacs: M-x is now helm-M-xMiquel Sabaté Solà2017-12-121-1108/+1110
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: allow org to export to man pagesMiquel Sabaté Solà2017-11-211-3/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added support for BATSMiquel Sabaté Solà2017-11-201-94/+107
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: typoMiquel Sabaté Solà2017-06-021-3/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added the bool-flip packageMiquel Sabaté Solà2017-06-011-5/+17
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed logging in ERCMiquel Sabaté Solà2017-05-191-90/+169
| | | | 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-88/+135
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed which-key configurationMiquel Sabaté Solà2017-03-221-53/+56
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed find-file adviceMiquel Sabaté Solà2017-03-201-112/+320
| | | | | | 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-151-342/+152
| | | | | | 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-141-3/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved web-mode with stuff for js and jsxMiquel Sabaté Solà2017-03-021-52/+75
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added coffee-modeMiquel Sabaté Solà2017-02-211-2/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: remove erc-yt and erc-imageMiquel Sabaté Solà2017-02-151-22/+2
| | | | | | | 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: really diminish disable-mouse modeMiquel Sabaté Solà2017-02-131-54/+54
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added org-captureMiquel Sabaté Solà2017-02-111-16/+55
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: general fixesMiquel Sabaté Solà2017-02-101-31/+87
| | | | | | | | | | | - 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-081-9/+83
| | | | | | 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-071-659/+675
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: require 'orgMiquel Sabaté Solà2017-02-031-661/+672
| | | | | | | 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-021-49/+92
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: be more verbose on the explanation behind Evil modeMiquel Sabaté Solà2017-01-311-60/+142
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: improved dired mode supportMiquel Sabaté Solà2017-01-291-53/+70
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: typoMiquel Sabaté Solà2017-01-281-52/+52
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: use C-p for ERC tooMiquel Sabaté Solà2017-01-281-56/+76
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added ERCMiquel Sabaté Solà2017-01-281-16/+134
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* config/dunst: allow icons to be setMiquel Sabaté Solà2017-01-281-48/+47
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed typosMiquel Sabaté Solà2017-01-261-51/+51
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a new git hook before pushingMiquel Sabaté Solà2017-01-261-2/+2
| | | | | | | 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-251-18/+42
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed syntax errorMiquel Sabaté Solà2017-01-191-46/+46
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: htmlized code blocks in the resulting exported fileMiquel Sabaté Solà2017-01-181-923/+975
| | | | | | Moreover, I've added a CSS file that is specific for HTML code. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added credits and license into the init.org fileMiquel Sabaté Solà2017-01-181-2/+54
| | | | | | | This is done because the rendered html file should have both these notices since there's no link to the README.org file there. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added a style to the generated init.html fileMiquel Sabaté Solà2017-01-181-3/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: some fixesMiquel Sabaté Solà2017-01-161-16/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: add relative timestamps to undo-treeMiquel Sabaté Solà2017-01-151-4/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: fixed buildMiquel Sabaté Solà2017-01-141-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: added an html fileMiquel Sabaté Solà2017-01-141-0/+2163
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>