Commit Graph

250 Commits

Author SHA1 Message Date
Gergely Polonkai 4c677c3679 Configured the cookie1 package
Now it uses the ancient tagline database.
2016-11-02 22:26:04 +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 57b63b0612 Install auto-package-update
It partially obsoletes my own package-manip stuff.  I don’t load this
latter any more, but I may send its crontab-like functionality later.
2016-11-02 10:03:07 +01:00
Gergely Polonkai 3cc7226461 Install the auto-highlight-symbol package
All good IDEs (like Notepad++. LoL) have it.
2016-11-02 10:03:06 +01:00
Gergely Polonkai a717e9ace1 Move customize stuff to a separate file 2016-11-01 17:07:41 +01:00
Gergely Polonkai 405a1be44a Kanbanize
* Install the kanban package
* Set up Org TODO states
2016-11-01 14:03:10 +01:00
Gergely Polonkai 217f16cf9d In-tall the achievements package 2016-11-01 14:03:09 +01:00
Gergely Polonkai deecd0eb5b Move custom global key bindings to bind-keys
This requires the bind-key package to be pinned (it was installed anyway
as a dependency to use-package).
2016-10-28 07:35:41 +02:00
Gergely Polonkai 3364cdd580 Update configuration of the markdown-mode package 2016-10-28 07:34:52 +02:00
Gergely Polonkai 245e01ebad Install the ace-popup-menu package 2016-10-28 07:34:51 +02:00
Gergely Polonkai 16efffafef Add a docstring to my keymap 2016-10-27 16:50:03 +02:00
Gergely Polonkai c90582bb3b Move which-func configuration to use-package 2016-10-27 16:50:02 +02:00
Gergely Polonkai 197f79c822 Issue a message when starting idle-zoning timer
It didn’t have any visual feedback, which is a bit annoying in this
case.
2016-10-27 16:49:32 +02:00
Gergely Polonkai 753e165d88 Move webjump configuration to use-package 2016-10-27 16:49:30 +02:00
Gergely Polonkai df2edfb7c8 Fix key binding definitions 2016-10-27 16:48:46 +02:00
Gergely Polonkai cd2dd7b629 Add key binding for git-gutter:update-all-windows 2016-10-27 16:48:46 +02:00
Gergely Polonkai e8113bf04b Bind org-random-todo to a key 2016-10-27 09:58:56 +02:00
Gergely Polonkai 1e8ef17788 Add key binding for git-messenger 2016-10-26 23:26:05 +02:00
Gergely Polonkai b15cda6dc8 Install the zygospore package
Bound to `C-x t w`
2016-10-26 23:26:04 +02:00
Gergely Polonkai 15d81e221b Add key bindings for zone 2016-10-25 19:06:37 +02:00
Gergely Polonkai 60d807cc33 Move UI hacks to the beginning of the init file
It’s very ugly if it happens only after all the `use-package` magic…
2016-10-25 13:12:50 +02: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 9b75a0777e Inhibit startup message
As I use different usernames in different places (e.g. home and
company), I tricked it with `(user-login-name)`.
2016-10-25 09:57:50 +02:00
Gergely Polonkai 3ca941b0ce Fix company-emoji config (again) 2016-10-25 09:57:50 +02:00
Gergely Polonkai ae7e671082 Add Planet Emacs to the newsticker list 2016-10-25 08:26:17 +02:00
Gergely Polonkai 4e6ebc220b Add key binding to start eshell 2016-10-24 23:11:45 +02:00
Gergely Polonkai 1e81fafab6 Fix --set-emoji-font so it works without X 2016-10-24 18:10:42 +02:00
Gergely Polonkai 6924c2bfdd Add key bindings for sx 2016-10-24 14:37:12 +02:00
Gergely Polonkai 394df1b726 Fix newsticker config 2016-10-24 14:37:12 +02:00
Gergely Polonkai cba24cbf20 Add cheatsheet as a use-package command 2016-10-24 12:39:53 +02:00
Gergely Polonkai c6da818e60 Add Irreal to newsticker config 2016-10-24 12:39:53 +02:00
Gergely Polonkai 7ee9aefbb5 Remove the simple-rtm package 2016-10-24 12:39:52 +02:00
Gergely Polonkai c3c7cd3b11 Configure company-emoji 2016-10-24 11:10:36 +02:00
Gergely Polonkai 05f5b373c4 Make sure plantuml.jar is looked up in the correct directory
Still, XDG_DOWNLOAD_DIR is not the best candidate…
2016-10-24 10:50:17 +02:00
Gergely Polonkai 4bb49bc9d4 Make sure packages are downloaded if not present 2016-10-24 10:50:17 +02:00
Gergely Polonkai 6ba30f5014 Remove linum require
I don’t use it anymore.
2016-10-24 10:50:16 +02:00
Gergely Polonkai 68d613616d Move savehist configuration to use-package 2016-10-24 10:50:16 +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 40e9859d5f Configure newsticker 2016-10-24 09:50:41 +02:00
Gergely Polonkai 7ff09ff148 Move nxml configuration to use-package 2016-10-24 09:50:41 +02:00
Gergely Polonkai f8b36c376e Add global key for `org-agenda-list` 2016-10-24 09:33:08 +02:00
Gergely Polonkai 95f5219422 Fixup for mark removal
I forgot to remove the `use-package` clause
2016-10-24 09:33:08 +02:00
Gergely Polonkai d7d14c1784 Move zone-nyan activating configuration to the zone-nyan config 2016-10-24 08:30:10 +02:00
Gergely Polonkai 407af87c88 Remove the mark package
It seems a bit useless next to `helm-mark-ring`
2016-10-24 08:30:10 +02:00
Gergely Polonkai 72dd6b206b Install company-emoji and cheatsheet 2016-10-24 08:30:09 +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 4a949cc025 Make org-random-todo notifications to bug me less often
One per hour is just enough.
2016-10-21 19:42:20 +02:00
Gergely Polonkai 24a8291572 Add alert to the selected packages and configure it 2016-10-21 19:40:06 +02:00
Gergely Polonkai 75f882c126 Bind beacon-blink to C-x t b 2016-10-21 18:47:13 +02:00
Gergely Polonkai 28f94c3ab1 Define an empty keymap for rare(ish)ly used commands 2016-10-21 18:47:12 +02:00