Commit Graph

453 Commits

Author SHA1 Message Date
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 822260dad0 Reformat org-todo-keywords
Just for readability’s sake.
2016-11-17 13:36:32 +01:00
Gergely Polonkai 954881e661 Move window manipulating functions to window-manip.el 2016-11-17 13:35:33 +01:00
Gergely Polonkai 6ee76de7db Enable the erase-buffer command 2016-11-17 08:26:01 +01:00
Gergely Polonkai 2403128ced Rebind ace-window to C-x o
It is a real pain to keep track of what `other-window` means. It was
also inconvenient to press M-P on Dvorak. This new solution will be a
short-term pain until I get used to it with more than two windows, but
after that, life will be easier.
2016-11-17 08:26:01 +01:00
Gergely Polonkai d45149db80 Remove easy-kill in favour of expand-region
* easy-kill is not that easy
* I actually used for the purpose of expand-region
2016-11-16 23:01:56 +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 b48f918bdd Update auto-virtualenv config
It now activates automatically when switching to `python-mode`
2016-11-15 22:09:00 +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 33e05c054a Add key binding for transpose-windows 2016-11-15 09:36:09 +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 e0e2fd262e Install the highlight-indent-guides package 2016-11-15 00:07:11 +01:00
Gergely Polonkai e8db11375f Fix electric-case config 2016-11-14 23:59:40 +01:00
Gergely Polonkai a24bf7d6ef Install the eshell-prompt-extras package 2016-11-14 20:29:44 +01:00
Gergely Polonkai 1dfb6091a0 Install the eshell-fringe-status package 2016-11-14 20:20:32 +01:00
Gergely Polonkai 4a114c7fc3 Install the glasses package 2016-11-14 19:44:55 +01:00
Gergely Polonkai 441513584a Auto-enable electric-spacing-mode in C-derived modes 2016-11-14 08:39:16 +01:00
Gergely Polonkai d536a23ee2 Install the hl-todo package 2016-11-11 23:29:00 +01:00
Gergely Polonkai 9fb5a2c3a1 Install the helm-pydoc package 2016-11-11 23:28:59 +01:00
Gergely Polonkai ac28c27f0f Install the helm-hunks package 2016-11-11 11:27:50 +01:00
Gergely Polonkai 0ee44cc580 Install the helm-c-yasnippet package 2016-11-11 09:52:02 +01:00
Gergely Polonkai 696904aa8e Install the easy-kill package 2016-11-10 17:08:46 +01:00
Gergely Polonkai 7b059751b5 Expand sml/replacer-regexp-list
* Add “~/Projektek/” that I use on my home machine
* Add my blog‘s directory
2016-11-10 11:48:31 +01:00
Gergely Polonkai d76643ae93 Change the title of a frame to the current file name 2016-11-10 11:48:24 +01:00
Gergely Polonkai fa68c7ce00 Move autosave and backup files to /tmp 2016-11-10 11:32:35 +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 50d518a906 Install the gitlab package
It’s needed for my future magitlab stuff.
2016-11-10 09:49:26 +01:00
Gergely Polonkai 540eccc8a5 Fix zone-nyan config
It sometimes loaded before `zone`, when `zone-programs` is not defined yet.
2016-11-09 10:38:40 +01:00
Gergely Polonkai 6b170ac52f Bind org-toggle-link-display to C-c l 2016-11-09 10:14:19 +01:00
Gergely Polonkai 4b582382fd Install the ace-mc package 2016-11-09 10:13:56 +01:00
Gergely Polonkai 613d2c63ea Attempt to use git-gutter-fringe only in graphics mode 2016-11-09 10:13:43 +01:00
Gergely Polonkai 50bfccd7a8 Fix message in gpolonkai/zone-enable 2016-11-09 10:12:53 +01:00
Gergely Polonkai b71866dfd6 Make zone-nyan load only for graphics mode 2016-11-09 09:12:58 +01:00
Gergely Polonkai bfbf069997 Fix sml config
* Make it load after org, so org-directory is added correctly to
  `sml/replacer-regexp-list`
* Add Projects to `sml/replacer-regexp-list`
* Add Documents to `sml/replacer-regexp-list` in a way that agrees with
  XDG
2016-11-09 08:42:52 +01:00
Gergely Polonkai fdfac65961 Install the flymake-python-pyflakes package 2016-11-09 08:42:52 +01:00
Gergely Polonkai a40477411d Install the auto-virtualenv package 2016-11-09 08:42:51 +01:00
Gergely Polonkai ae47b2b574 Install the anzu package 2016-11-07 23:58:05 +01:00
Gergely Polonkai c927f77126 Move from git-gutter to git-gutter-fringe
I’m not sure (yet) if this is a good idea, though. Let’s see what this
can do in text mode…
2016-11-07 16:23:52 +01:00
Gergely Polonkai 1e02b702c8 Install the form-feed package 2016-11-07 16:17:30 +01:00
Gergely Polonkai 79c8dc6072 Install the fill-column-indicator package 2016-11-07 16:06:41 +01:00
Gergely Polonkai 555c27b4cc Install the dired-k package 2016-11-07 16:04:50 +01:00
Gergely Polonkai cbb8555ac5 Fix MELPA stable configuration 2016-11-07 14:46:53 +01:00
Gergely Polonkai 2427e2818a Update package archive list
I have reordered it a bit, and added MELPA stable.
2016-11-07 14:00:06 +01:00
Gergely Polonkai 3becd42968 Change default wakatime CLI path
I use Fedora primarily, and Fedora pip installs under `/usr/bin` instead
of `/usr/local/bin` (I wonder, though, how good that idea is…)
2016-11-07 13:28:03 +01:00
Gergely Polonkai 8705d8d985 Maximize frame on startup 2016-11-07 13:28:03 +01:00
Gergely Polonkai 5c45f8e199 Add short(?) bindings to my blog and e-mail
Maybe a global dabbrev or snippet is a better idea, though.
2016-11-07 13:24:41 +01:00
Gergely Polonkai 702c873d51 Bind transpose-* to an M-t keymap 2016-11-07 13:24:41 +01:00
Gergely Polonkai 7840503da6 Rebind duplicate-line to a saner key 2016-11-07 13:24:40 +01:00
Gergely Polonkai c902a22bcf Rebind avy-goto-char to a more sane key 2016-11-07 13:24:40 +01:00
Gergely Polonkai ceb06977a4 Add keys to insert my web and email address 2016-11-03 19:33:09 +01:00
Gergely Polonkai 111a4b01d8 Move zygospore binding to C-x 1
I should have started with it.
2016-11-03 19:33:08 +01:00
Gergely Polonkai 2ad00f4e4d Fix nxml config
Although the package name is `nxml`, the feature to `require` is
`nxml-mode`.
2016-11-03 18:31:39 +01:00
Gergely Polonkai 2af3dade16 Add key binding to org-capture 2016-11-03 12:42:32 +01:00
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
Gergely Polonkai 2b2bd5c8ac Check for package upgrades every Monday morning 2016-10-21 17:58:08 +02:00
Gergely Polonkai 0f51e9aa9a Install restclient & Co. (helm and company helpers) 2016-10-21 15:27:09 +02:00
Gergely Polonkai e2b3df969c Make electric-indent-mode on by default
This seems to be the default in 25.1, but it may be different in older
versions.
2016-10-21 15:26:12 +02:00
Gergely Polonkai 883a381ba7 Prefer newer source files over stale compiled ones
I’m not sure yet if this is a good idea. But it seems so.
2016-10-21 14:47:02 +02:00
Gergely Polonkai 59b42a8646 Move eww configuration to use-package 2016-10-21 14:47:02 +02:00
Gergely Polonkai 44e3f515c4 Move hl-line configuration to use-package 2016-10-21 14:04:39 +02:00
Gergely Polonkai 5c99ec9ca7 Change `echo-keystrokes` to a low value
This bugged me a lot ever since.
2016-10-21 11:27:09 +02:00
Gergely Polonkai f735830daf Install the hungry-delete package 2016-10-21 10:18:33 +02:00
Gergely Polonkai 8aaf8b3c1b Make flyspell config a bit more simple 2016-10-21 09:33:05 +02:00
Gergely Polonkai 2f8b03fa02 Install the rainbow-delimiters and rainbow-mode packages 2016-10-21 09:33:05 +02:00
Gergely Polonkai a37ee74126 Change helm-ag config
I bind `helm-do-ag` to the binding, instead of plain `helm-ag`. It seems
more… working :)
2016-10-21 09:23:57 +02:00
Gergely Polonkai 79df4fb943 Enable autorevert globally
I may regret this later…
2016-10-21 08:18:18 +02:00
Gergely Polonkai 49669f346f Move paren configuration to use-package 2016-10-21 08:17:16 +02:00
Gergely Polonkai 4bd823d7af Install helm-descbinds and helm-describe-modes 2016-10-20 15:51:42 +02:00
Gergely Polonkai 68b8ff7878 Move flyspell configuration to use-package 2016-10-20 15:36:55 +02:00
Gergely Polonkai 43c1ab6c9f Install beacon-mode 2016-10-20 15:36:55 +02:00
Gergely Polonkai 56b86979af Add attribution to isearch C-RET 2016-10-20 15:36:54 +02:00
Gergely Polonkai 31f34697e3 Some more configuration for calendar
Location (for sunrise/sunset/moon phases) and time zone
2016-10-20 14:13:49 +02:00
Gergely Polonkai deac6da527 Unify org timestamp format
This excludes the day name from the timestamp, so it remains unified
regardless of the system locale.
2016-10-20 14:13:49 +02:00
Gergely Polonkai 53445548a0 Install the hungarian-holidays package 2016-10-20 14:13:49 +02:00
Gergely Polonkai 1ef79224c1 Add a key binding to helm-flyspell correct
This needs flyspell to be activated, though, which is yet to come.
2016-10-20 10:27:10 +02:00
Gergely Polonkai a498706564 Install yasnippet and vala-snippets packages 2016-10-20 10:27:10 +02:00
Gergely Polonkai d1468f35a7 Update org and calendar config 2016-10-20 08:42:55 +02:00
Gergely Polonkai cca2506ff4 Remove unnecessary comment 2016-10-19 17:08:06 +02:00
Gergely Polonkai 979a325f07 Make C-RET jump at the beginning of match after isearch 2016-10-19 17:07:41 +02:00
Gergely Polonkai b957e6564e Add Org capture template for blog posts
org-jekyll and/or hyde still has to be properly configured for this to
work as I want. But at least I can capture my ideas.
2016-10-19 17:07:35 +02:00
Gergely Polonkai c632ce604e Move org-random-todo configuration to use-package 2016-10-19 15:54:46 +02:00
Gergely Polonkai a09bddc734 Add bootstrapping code for the package system and use-package
This is the first step to remove ELPA packages from my .emacs.d
repository (as in Git).
2016-10-19 15:54:46 +02:00
Gergely Polonkai 7a4be35ed5 Remove the slack package
I decided not to use it.
2016-10-19 15:54:46 +02:00
Gergely Polonkai 0f07b7e221 Remove goto-line-with-feedback
It never really worked, and it's pretty useless anyway.
2016-10-18 21:20:08 +00:00
Gergely Polonkai d3a2edb4d4 Install some packages 2016-10-17 23:45:47 +02:00
Gergely Polonkai d07a7938ad Add some plantuml-mode config 2016-10-17 17:43:18 +02:00
Gergely Polonkai 110935f589 Install plantuml-mode package 2016-10-17 16:24:31 +02:00
Gergely Polonkai 44600a03fa Move helm-github-stars configuration to use-package 2016-10-17 10:28:24 +02:00
Gergely Polonkai 4ab3da659c Move ediff configuration to use-package 2016-10-17 10:22:20 +02:00
Gergely Polonkai 7880bf742c Reorder customize-faces to keep Emacs happy
As it will be ordered alphabetically with every customize, it gets much
simpler this way.
2016-10-17 10:17:59 +02:00
Gergely Polonkai 73a4bf5e60 Install helm-smex and bind it to M-X 2016-10-17 10:17:24 +02:00
Gergely Polonkai 7c2cbb9ce1 Update ace-window configuration
The leading chars are now slightly larger.
2016-10-17 10:09:22 +02:00
Gergely Polonkai 349a390521 Enable nyan-prompt only on graphical displays 2016-10-14 20:21:02 +00:00
Gergely Polonkai e2f9416bde Remove company-quickhelp and helm-spotify
I didn’t really use them, and they introduced some strange problems.
2016-10-14 19:01:39 +02:00
Gergely Polonkai 0ab774889a Create use-package clauses for all installed packages 2016-10-14 15:36:52 +02:00
Gergely Polonkai 598ce014f1 Move vala-mode and yaml-mode configuration to use-package 2016-10-14 15:36:52 +02:00
Gergely Polonkai 399be48338 Move sml powerline configuration to use-package 2016-10-14 15:36:52 +02:00
Gergely Polonkai 91738ad4e6 Fix smartparens config 2016-10-14 15:36:52 +02:00
Gergely Polonkai 6d8a039dd8 Move xlicense configuration to use-package 2016-10-14 15:36:52 +02:00
Gergely Polonkai 85506f094b Move from already removed ag to helm-ag 2016-10-14 15:36:41 +02:00
Gergely Polonkai f2524d8617 Remove some packages 2016-10-14 15:36:09 +02:00
Gergely Polonkai 3ce02ba00c Patch up the selected-package list 2016-10-14 15:36:09 +02:00
Gergely Polonkai 45c515dab9 Remove e6h repo in favour of marmalade
e6h doesn’t seem to work (exist?) anymore, and I wanted to re-add
marmalade for a while now.
2016-10-14 12:34:02 +02:00
Gergely Polonkai 335fa463ed Add keybinding to focus-mode
This also uses the package via `use-package`.
2016-10-14 12:30:49 +02:00
Gergely Polonkai 736cda067e Install helm-github-stars 2016-10-14 12:23:22 +02:00
Gergely Polonkai f8296972db Fix selected packages list 2016-10-14 12:23:22 +02:00
Gergely Polonkai f1a44c6837 Add diminish via use-package
It is also deferred, as it sometimes can cause problems.
2016-10-14 12:23:22 +02:00
Gergely Polonkai 27a15c5513 Remove some packages
I never actually used them, and some of them were installed only as
dependencies.
2016-10-14 12:22:53 +02:00
Gergely Polonkai 78f6ebc3d3 Activate avy via use-package 2016-10-14 11:19:05 +02:00
Gergely Polonkai 11332d582d Change company-helm keybindings
This is so I can use the default avy keybindings, which are much more
needed.
2016-10-14 11:19:05 +02:00
Gergely Polonkai bf204441a2 Make smartparens demanded
This way it actually works…
2016-10-14 11:19:05 +02:00
Gergely Polonkai 7817e10c26 Rebind ace-window to M-P
M-p is uesd in some modes for jumping.
2016-10-13 17:23:05 +02:00
Gergely Polonkai d380a48699 Move wakatime-mode configuration to use-package 2016-10-13 11:10:03 +02:00
Gergely Polonkai 6938f57981 Move origami configuration to use-package 2016-10-13 11:10:03 +02:00
Gergely Polonkai ce55bc4eb6 Fix whitespace-mode settings
Now it is actually activated…
2016-10-13 11:06:30 +02:00
Gergely Polonkai dd30344cea Install ace-window and avy 2016-10-13 11:06:28 +02:00
Gergely Polonkai 92fde9d71e Move helm-company related bindings to its own use-package 2016-10-12 10:44:41 +02:00
Gergely Polonkai a349857359 Move org-bullets configuraton to use-package 2016-10-12 10:44:41 +02:00
Gergely Polonkai 677e583278 Move org configuration to use-package 2016-10-12 10:44:39 +02:00
Gergely Polonkai 3562bad575 Move sml configuration from customize to use-package 2016-10-12 09:01:11 +02:00
Gergely Polonkai d981f4d3f1 Move nyan-mode configuration from customize to use-package 2016-10-12 09:01:11 +02:00
Gergely Polonkai c64ce44c79 Move fiplr config from customize to use-package 2016-10-12 09:01:11 +02:00
Gergely Polonkai bcb1d6623a Move zone-nyan configuration from customize to use-package 2016-10-12 09:01:11 +02:00
Gergely Polonkai cd9cb4f19f Move git-gutter configuration to use-package 2016-10-12 09:01:10 +02:00
Gergely Polonkai 53ba94fb32 Move drag-stuff configuration to use-package 2016-10-12 08:59:55 +02:00
Gergely Polonkai 5bae5a02a7 Move indent-tabs-mode variable to customize 2016-10-12 08:59:55 +02:00
Gergely Polonkai 6e2523578e Move helm-projectile configuration to use-package 2016-10-12 08:59:55 +02:00
Gergely Polonkai 409f4c5c82 Move helm-gtags configuration to use-package 2016-10-12 08:59:53 +02:00
Gergely Polonkai 55c1f4aca8 Move ggtags configuration to use-package 2016-10-11 19:49:52 +02:00
Gergely Polonkai 31bc1bf941 Add keyboard shortcut to toggle smartparens 2016-10-11 17:56:44 +02:00
Gergely Polonkai 48ee4ee623 Remove whitespace-mode from the customized var list 2016-10-11 17:56:44 +02:00
Gergely Polonkai 07b9c45f4f Move helm-swoop configuration to use-package 2016-10-11 17:44:59 +02:00
Gergely Polonkai 72de9e8e41 Move helm configuration to use-package 2016-10-11 17:44:59 +02:00
Gergely Polonkai d81797c7c9 Move projectile configuration to use-package 2016-10-11 17:44:59 +02:00
Gergely Polonkai 53d2f38fb0 Move company configuration to use-package 2016-10-11 17:44:59 +02:00
Gergely Polonkai 5f70ba3eed Move magit-gerrit configuration to use-package 2016-10-11 17:15:41 +02:00
Gergely Polonkai ed1a2a1a73 Move magithub configuration to use-package 2016-10-11 17:13:34 +02:00
Gergely Polonkai 62ab686148 Move magit configuration to use-package 2016-10-11 17:11:57 +02:00
Gergely Polonkai 9a6c3ad6b2 Move smartmodeline configuration to use-package 2016-10-11 17:10:39 +02:00
Gergely Polonkai 78966a3c9b Move ag configuration to use-package 2016-10-11 17:06:27 +02:00
Gergely Polonkai 67b42e2006 Move zone configuration to use-package 2016-10-11 16:53:23 +02:00
Gergely Polonkai 72b1754857 Move nyan-mode configuration to use-package 2016-10-11 16:53:23 +02:00
Gergely Polonkai 7a5d1f5567 Move nyan-prompt configuration to use-package 2016-10-11 16:53:17 +02:00
Gergely Polonkai 5fc3218f4b Move eshell configuration to use-package 2016-10-11 14:54:54 +02:00
Gergely Polonkai baf1c6ce34 Move fiplr configuration to use-package 2016-10-11 14:54:54 +02:00
Gergely Polonkai 1ba4312716 Move save-place configuration to use-package 2016-10-11 10:02:09 +02:00
Gergely Polonkai 8971682219 Move multiple-cursors config to use-package 2016-10-11 10:02:09 +02:00
Gergely Polonkai 17d2af4ebf Move whitespace config to use-package
Also reconfigure it so it can be toggled with F10 (maybe not the best
choice)
2016-10-11 10:02:09 +02:00
Gergely Polonkai 4363735efc Move smartparens config to use-package completely 2016-10-11 10:02:09 +02:00
Gergely Polonkai b292cde518 Refactor/remove some long lines 2016-10-11 10:02:09 +02:00
Gergely Polonkai d297bde76e Remove move-line keybindings
I gave up that package of mine in favour of draf-stuff.
2016-10-11 09:46:19 +02:00