Commit Graph

21 Commits

Author SHA1 Message Date
Gergely Polonkai 4e666d5c6b Warn about key rebinds 2016-11-18 10:27:12 +01:00
Gergely Polonkai a80b9348cc Reconfigure ace-window
* Make it possible to scroll (up/down) and bury window buffers
* Map window selectors back to the defaults (numbers)
* Make dispatcher run always, even for only two windows
2016-11-17 16:07:27 +01:00
Gergely Polonkai 954881e661 Move window manipulating functions to window-manip.el 2016-11-17 13:35:33 +01:00
Gergely Polonkai 5e6aae007d Implement move-to-beginning/end-of line for Org-mode 2016-11-15 22:09:01 +01:00
Gergely Polonkai ab56d6f449 Add two new functions to move to beginning/end of a line
They consider visual lines and indentation.  However, they don’t work in
Org-mode yet.

Inspired by @bbatsov:
http://emacsredux.com/blog/2013/05/22/smarter-navigation-to-the-beginning-of-a-line/
2016-11-15 09:36:10 +01:00
Gergely Polonkai ef42a03d3a Add key binding to visit init file and index.org
Inspired by http://emacsredux.com/blog/2013/05/18/instant-access-to-init-dot-el/
2016-11-15 00:50:49 +01:00
Gergely Polonkai 30ec3aad97 Finish minari-today-string 2016-11-11 09:52:02 +01:00
Gergely Polonkai ccdc042a89 Create function open-this-file-as-other-user
It opens the current file as the specified user or root.
2016-11-10 11:31:50 +01:00
Gergely Polonkai 20389b6617 Initial version of minari.el
It has some bugs (or maybe my JS version has one). Yet, it’s
feature-complete.
2016-11-03 16:09:40 +01:00
Gergely Polonkai 6cdddf1e48 Remove clearcase.el
Finally I don’t have to use it any more!
2016-11-02 13:24:05 +01:00
Gergely Polonkai aaab4edfd6 Create the hidden-mode-line-mode
It, well, hides the mode line!

Copied from http://emacs-doctor.com/emacs-strip-tease.html
2016-10-25 13:12:50 +02:00
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