Commit Graph

52 Commits

Author SHA1 Message Date
Gergely Polonkai fe33e00f82
Update xdg-paths.el to conform with the linter 2020-10-30 18:24:39 +01:00
Gergely Polonkai cf9dd26378 Fix whitespaces in xdg-paths.el 2019-09-10 06:36:33 +02:00
Gergely Polonkai 6b7b2d67c6 Make sure the Nyan prompt in eshell always works 2018-08-28 18:13:26 +02:00
Gergely Polonkai fa6d517fe0 Add Nyan-prompt back to the config
Even though its license is not GPL compatible (thus, will never get back to MELPA), it’s still
free to use.
2018-08-06 08:27:51 +02:00
Gergely Polonkai da6d4600f2 Remove my old add-gnu-c-header function
It is superseded by `xlicense`.
2018-07-30 21:18:17 +02:00
Gergely Polonkai 50ec5643de Move functions from round-number-to-decimals.el to the Org config 2018-07-30 21:18:16 +02:00
Gergely Polonkai 38dd27dc1e Move window manipulation functions to the Org config 2018-07-30 21:18:16 +02:00
Gergely Polonkai dea44d7d39 Move commands from zim.el to the Org config 2018-07-30 21:18:16 +02:00
Gergely Polonkai e91a08594e Move nil-or-list-of-strings-p to the Org config 2018-07-29 20:52:12 +02:00
Gergely Polonkai 7b4a464f02 Move functions from text-manip to the Org config 2018-07-29 20:52:12 +02:00
Gergely Polonkai 25644dc064 Move functions from prog.el to the Org config 2018-07-29 20:52:12 +02:00
Gergely Polonkai ccaeda71c2 Delete package-manip.el
The functions inside are superseded by `auto-package-update`.
2018-07-29 20:52:12 +02:00
Gergely Polonkai 1cc81ac9d3 Move idm related functions to the Org config 2018-07-29 20:52:12 +02:00
Gergely Polonkai 7ee19f492a Move hidden-mode-line-mode to the Org config 2018-07-29 20:52:12 +02:00
Gergely Polonkai 372df13155 Move functions from file-manip.el to the Org config 2018-07-29 20:52:12 +02:00
Gergely Polonkai d52a110acb Move æ-enclose-region to the Org configuration 2018-07-29 20:52:12 +02:00
Gergely Polonkai 46d7a1a731 Move functions from buf-manipulation.el to the Org config 2018-07-29 20:52:12 +02:00
Gergely Polonkai eeb501ce9e Move nil-or-list-of-strings-p to a separate package 2018-07-25 07:38:34 +02:00
Gergely Polonkai 489591702b Add a function to easily swap strings in a file 2018-03-19 12:12:52 +01:00
Gergely Polonkai dbe501a258 Add a function to convert CamelCase to snake_case 2018-03-19 12:12:29 +01:00
Gergely Polonkai 7aa17bdfcc Update personal Lisp files so elint is happy 2018-03-19 12:08:01 +01:00
Gergely Polonkai e1442a815f Add Swagger tools to flycheck 2017-11-29 13:52:07 +01:00
Gergely Polonkai 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
Gergely Polonkai d5421a1fdb Add function so/query-swap-strings 2016-12-02 08:36:53 +01:00
Gergely Polonkai b94281446b Create function python-add-docstring
With limitations.  Will fix up later.
2016-11-30 17:56:49 +01:00
Gergely Polonkai 1cd637d158 Fix undo-buffer-kill
It contained a `setq` call with no value.
2016-11-30 17:35:46 +01:00
Gergely Polonkai 67213f6da8 Create command kill-this-buffer-delet-this-window
It kill the current buffer and deletes the window.
2016-11-30 17:35:46 +01:00
Gergely Polonkai f5d29d0e1c Borrow fill-or-unfill-paragraph from sachachua 2016-11-28 05:24:47 +01:00
Gergely Polonkai 11e0e9bb25 Implement buffer-kill undoing
`C-x k` now kills the current buffer without a question. `C-x M-k` undoes it.
2016-11-21 11:41:31 +01:00
Gergely Polonkai cdafdbf11d Add a skeleton for redesigning the mode line
It currently contains the sml-modified default.
2016-11-21 08:30:46 +01:00
Gergely Polonkai a68d635a05 Fix gpolonkai/idm-get-field-for-account
It had more problems than not…
2016-11-18 14:40:59 +01:00
Gergely Polonkai d0fba2c7c6 Extend id-manager functionality
Add new macros that can fetch the account-id and password for a given
account.
2016-11-18 13:25: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