Commit Graph

10 Commits

Author SHA1 Message Date
Gergely Polonkai 99d4c2ca15 Remove jekyll.el
It was taken from the EmacsWiki, and is superseded by org-jekyll and
hyde.
2016-10-24 09:54:50 +02:00
Gergely Polonkai 42b437055b Update `org-space-key` to activate after more types of punctuation 2016-10-22 15:10:44 +02:00
Gergely Polonkai 5ef2a98858 Create function org-space-key and bind it to SPC in org-mode
All it does is inserting the space character twice after a period.
2016-10-21 23:04:24 +02:00
Gergely Polonkai 2b2bd5c8ac Check for package upgrades every Monday morning 2016-10-21 17:58:08 +02:00
Gergely Polonkai 46fe49e944 Add the æ-kill-or-copy-whole-line function
I’m not sure yet if this will be useful in the future, though…
2016-10-17 16:25:20 +02:00
Gergely Polonkai ec94d552fc Change recompile-files shell script to pure Elisp
It still calls `find(1)`, but everything else is Elisp. This means it is
generally faster. It still has some buffer processing overhead, though.
2016-10-13 17:23:05 +02:00
Gergely Polonkai 6e1155f847 Reorganize init.el 2016-09-29 10:50:50 +02:00
Gergely Polonkai 2165c8aa78 Create æ-enclose-region and bind it to M-(
It encloses region in the specified character, or pair of brackets.
2016-09-23 14:58:35 +02:00
Gergely Polonkai a33c173a64 Change org-mode settings to be more dynamic
Directory names are now relative to the XDG documents dir.
2016-09-15 16:21:17 +02:00
Gergely Polonkai bf9369af4b Move own Lisp files to lisp/ 2016-09-15 16:08:54 +02:00