|
64cd989f82
|
Change maximum line length from 80 to 100
|
2017-09-18 15:35:00 +02:00 |
|
|
5830f59c46
|
Remove set-goal-column from the disabled commands list
|
2017-09-18 15:35:00 +02:00 |
|
|
c7b6c634d9
|
Remove ELPA files from the recentf list
It just provides clutter…
|
2017-09-18 15:34:46 +02:00 |
|
|
ef2531137c
|
Disable nyan-mode
It is removed from MELPA due to linense issues. Let’s hope it will come back.
|
2017-09-18 15:34:46 +02:00 |
|
|
ae9404f571
|
Add helm-bibtex and org-ref packages
|
2017-09-18 15:34:45 +02:00 |
|
|
540f027b47
|
Add the feature-mode package
|
2017-08-22 00:13:15 +02:00 |
|
|
776ab5caf4
|
Update Org config
|
2017-08-07 10:44:24 +02:00 |
|
|
fc012859cd
|
Add SysAdmin Day to the calendar
|
2017-08-07 10:44:24 +02:00 |
|
|
1b2f60d236
|
Add shortcut for bury-buffer
|
2017-08-07 10:44:24 +02:00 |
|
|
6a4a3ce871
|
Remove the magithub package
I don’t use it that often; also, it has more bugs than what is confortable
recently.
|
2017-08-07 10:44:24 +02:00 |
|
|
9cf095303a
|
Add function to prettify symbol list
|
2017-08-07 08:30:39 +02:00 |
|
|
0be142e232
|
Switch from electric-spacing to electric-operator
It’s more reliable, and it doesn’t mess up operator characters within
strings. It has its own quirks, though.
|
2017-04-20 15:52:09 +02:00 |
|
|
0b431b5228
|
Update the header line a bit more
Moved some elements from the mode line to the header line. Now only design remains.
|
2017-04-20 15:51:22 +02:00 |
|
|
4cbebe800b
|
Move multiple-cursors key bindings to a separate prefix map
It becomes a prefix map anyway, but it’s much easier to rebind later if the
need arises.
|
2017-04-20 15:51:21 +02:00 |
|
|
ce943b24ae
|
Add some help commands to find function/variable declarations
|
2017-04-20 15:50:40 +02:00 |
|
|
88ae0712fc
|
Remove magit-gerrit from the configuration
I don’t use Gerrit anymore
|
2017-04-20 15:50:40 +02:00 |
|
|
3ceaf233fd
|
Load thingatpt with use-package
It was not a problem, just let’s be consequent.
|
2017-04-20 15:50:10 +02:00 |
|
|
d8bcdd0272
|
Move email address to customizations
|
2017-04-20 15:50:10 +02:00 |
|
|
3fbee21d44
|
Add the less-css-mode package
|
2017-04-19 21:57:15 +02:00 |
|
|
224f200756
|
Clean up :ensure clauses in use-package calls
As `use-package-always-ensure` is `t`, we don’t need all these lines (but we
need an extra `:ensure nil` for builtins.
|
2017-04-19 21:57:01 +02:00 |
|
|
f9d430ff8b
|
Switch regex/normal search bindings and add key for org-store-link
|
2017-04-17 23:10:25 +02:00 |
|
|
41958481ce
|
Add CANCELED state to org-todo-keywords
|
2017-04-12 09:17:14 +02:00 |
|
|
b374797da4
|
First attempt to create a meaningful header line
|
2017-04-12 09:13:16 +02:00 |
|
|
ae782bc170
|
Make browse-url work in Termux
To do so, we override the `browse-url-default-browser` command. It’s a
shame there is no better way to do it.
|
2017-04-12 08:49:08 +02:00 |
|
|
d0ec63b872
|
Make sure secretaria is loaded after alert
I’m not sure it is actually needed, but it’s better to be safe than sorry.
|
2017-04-12 08:41:19 +02:00 |
|
|
c50195261d
|
Setup alert.el based on the terminal type
If running under Termux, use the `termux` alert style; otherwise, use
`notifications`.
|
2017-04-12 08:30:42 +02:00 |
|
|
b3c87b5d9a
|
Change wakatime executable path to be dynamic
It now uses `executable-find` instead of a hardcoded path.
|
2017-04-12 07:59:06 +02:00 |
|
|
334fef4f42
|
Create the function termux-p
It can decide if we are running under Termux.
|
2017-04-12 07:59:05 +02:00 |
|
|
63e8cd46a8
|
Add :ensure nil to use-package calls that load built-in packages
|
2017-04-07 18:26:36 +02:00 |
|
|
91d93e5c39
|
Add the secretaria package
|
2017-04-07 18:24:56 +02:00 |
|
|
a4e62ac605
|
Auto-enable rainbow in CSS & Co. modes
|
2017-04-07 18:24:55 +02:00 |
|
|
74176aa6a5
|
Change cursor color when Yasnippet can be fired
|
2017-04-07 18:24:24 +02:00 |
|
|
61a95107de
|
Pin use-package to melpa-stable
|
2017-04-05 14:22:51 +02:00 |
|
|
8f9554007c
|
Set use-package-always-ensure to t
|
2017-04-05 14:22:51 +02:00 |
|
|
1d0834fae4
|
Rebind helm-company to C-c j
C-S-j was not Termux (and finger) friendly.
|
2017-04-04 22:28:05 +02:00 |
|
|
d162a66b94
|
Make slash complete directory names in helm-find-file
|
2017-04-04 22:27:59 +02:00 |
|
|
2191b1ac64
|
Move round-number-to-decimals binding to init.el
It is nowwtogether with all the other bindings.
|
2017-04-04 22:25:56 +02:00 |
|
|
407f1b1f8e
|
Mark search result upon exiting isearch with S-return
|
2017-03-22 23:24:35 +01:00 |
|
|
e8c3109177
|
Install the phi-search and phi-search-mc packages
|
2017-01-26 09:33:43 +01:00 |
|
|
a34276b5e4
|
Update smartparens command list
|
2017-01-26 09:32:12 +01:00 |
|
|
37081cff12
|
Update mc key bindings
|
2017-01-26 09:32:12 +01:00 |
|
|
18bd13e72e
|
Enable the narrow-to-region command
|
2017-01-11 09:11:53 +01:00 |
|
|
3f47daebcb
|
Add “not” and “in” symbols to python-mode’s keywords to prettify
|
2017-01-11 09:11:53 +01:00 |
|
|
00efde0aa0
|
Install the dockerfile-mode package
|
2017-01-11 09:11:53 +01:00 |
|
|
97089c4fb7
|
Add Org ELPA to package-archives
|
2017-01-05 21:46:03 +01:00 |
|
|
feb413f2f4
|
Pin the js2-mode package to melpa-stable
|
2016-12-22 10:46:42 +01:00 |
|
|
27e7caa898
|
Require the ox-md feature when Org is loaded
As I export my blog posts to Markdown, I need this feature to be present.
|
2016-12-22 10:45:51 +01:00 |
|
|
ab8080c03d
|
Add key bindings to git-gutter’ previous/next hunk commands
|
2016-12-19 11:18:01 +01:00 |
|
|
4aec887daa
|
Remove package highlight-indent-guides
Nice-nice, but it barely works, especially with web-mode.
|
2016-12-19 11:17:38 +01:00 |
|
|
d1668bc57d
|
Stabilize electric-spacing
This package became unstable in melpa, and even though there is a fix
waiting to be merged, it’s not. I roll back to the stable GNU (ELPA)
version.
|
2016-12-08 10:28:45 +01:00 |
|