Commit Graph

337 Commits

Author SHA1 Message Date
Kashish Sharma bab50a7f88 erc - update autojoins 2018-09-28 03:17:36 +05:30
Kashish Sharma 19cc85abd9 Inhibit GUI dialog boxes 2018-09-28 03:17:06 +05:30
Kashish Sharma bf3042b91c chronometrist - add keybindings, hook 2018-09-28 03:15:21 +05:30
Kashish Sharma ea7c27341d use helpful-callable - includes functions as well as macros 2018-09-28 03:09:27 +05:30
Kashish Sharma a0cb45756f Add helpful, iedit 2018-09-26 00:31:22 +05:30
Kashish Sharma 74e2fa3834 More convenient keybind for man pages 2018-09-26 00:28:12 +05:30
Kashish Sharma 64cb79723a Use visual-fill-column-mode in magit 2018-09-22 09:36:58 +05:30
Kashish Sharma 83f033648b Add jabber.el
Mostly to stop it from stealing C-x C-j on the rare occasion I load it
2018-09-20 20:20:07 +05:30
Kashish Sharma 4819e10a9b Debug and streamline smartparens configuration 2018-09-20 20:19:40 +05:30
Kashish Sharma 4699ff6c26 Update IRC quit messages 2018-09-20 02:35:47 +05:30
Kashish Sharma ef6b1a3eac Migrate ido to use-package 2018-09-20 02:35:25 +05:30
Kashish Sharma 165d3e31ab multiple-cursors - use both word and symbol commands 2018-09-20 02:34:18 +05:30
Kashish Sharma 4fe1c22acc Add two TODO items 2018-09-19 10:38:46 +05:30
Kashish Sharma bc01dba72b Add nodejs-repl 2018-09-19 10:07:12 +05:30
Kashish Sharma f68f23c5fb Rename timeclock-ui to chronometrist; migrate it to use-package 2018-09-19 08:57:16 +05:30
Kashish Sharma 24787949ba New idea for finding files 2018-09-19 00:14:12 +05:30
Kashish Sharma 901af169ce multiple-cursors - add new keybinding, use *-symbol commands 2018-09-19 00:12:01 +05:30
Kashish Sharma 44fb631cd5 Remove unused Unicode keys (redundant thanks to the Compose key) 2018-09-18 17:21:54 +05:30
Kashish Sharma 3452dc84b2 Add keybinding for `woman' 2018-09-18 16:37:52 +05:30
Kashish Sharma b7c1355237 Use shell instead of eshell
eshell always seems to trip up on conditionals for me.
2018-09-17 17:47:00 +05:30
Kashish Sharma 3bb03a67f0 Remove dead code 2018-09-16 23:46:48 +05:30
Kashish Sharma b8332f79b6 Disable flx
It was really too slow, especially in large buffers. Using the
recommended larger GC limit didn't help. Outside of that, I quite
liked it :(
2018-09-16 23:45:46 +05:30
Kashish Sharma 5c2616953b Add toggle for flx-ido-mode, new recentf TODO 2018-09-15 18:07:52 +05:30
Kashish Sharma f1d1b39c27 Add emr (emacs-refactor), paradox 2018-09-14 13:13:07 +05:30
Kashish Sharma 76d768f3b9 Add flx-search and flx-ido 2018-09-13 23:44:13 +05:30
Kashish Sharma 26d737cd3f Migrate ag to use-package + fix old (now-buggy) config 2018-09-11 21:59:07 +05:30
Kashish Sharma 7dc9a5d147 Add keybindings for xref, remove imenu 2018-09-11 21:58:16 +05:30
Kashish Sharma e2439dca1c Make it easier to copy comments etc in Lisp files 2018-09-11 21:57:04 +05:30
Kashish Sharma f499c5cd1f Migrate elisp and eldoc configuration to use-package 2018-09-11 21:56:22 +05:30
Kashish Sharma 0f08ce87c4 god-mode - this wouldn't change color in dired buffers 2018-09-11 06:18:42 +05:30
Kashish Sharma 375cdb3d18 Add company, company-emoji 2018-09-10 16:23:33 +05:30
Kashish Sharma 9d6787cbd8 Add keybinding for find-library 2018-09-10 13:04:16 +05:30
Kashish Sharma 1be31b65ce Move theme code to cp-ui 2018-09-10 13:03:52 +05:30
Kashish Sharma 5b0bb6012e Simpler, more effective gitignore 2018-09-10 11:14:47 +05:30
Kashish Sharma 9f8d41b1f8 Add keybinding for toggle-debug-on-error 2018-09-09 15:22:33 +05:30
Kashish Sharma f1c8b21b47 Migrate god-mode to use-package
And change modeline color when toggling god-mode
2018-09-08 22:44:59 +05:30
Kashish Sharma f86a48087c Migrate undo-tree to use-package
First use of :diminish (and diminish.el) and conditional loading via :if
2018-09-08 22:43:34 +05:30
Kashish Sharma eb580c8666 Add multiple-cursors, migrate dot-mode (!) to use-package 2018-09-08 15:34:17 +05:30
Kashish Sharma 203c7a01a5 Try to run Nameless in ERT result buffers too 2018-09-08 11:07:55 +05:30
Kashish Sharma 70e9429dde Add TODO items 2018-09-07 22:36:18 +05:30
Kashish Sharma 96b4cb1027 Migrate dired, dired-x, and launch to use-package
TIL use-package has a terser way to add hooks and define variables
too. Haven't tried that yet.
2018-09-07 22:33:02 +05:30
Kashish Sharma 7f2f15cfad Change desktop-save behaviour
If I happened to launch >1 Emacs (e.g. to test init without
disconnecting from IRC), it would always ask me for a directory to
save to. I always had to xkill that Emacs - super annoying even when
you have a panel launcher for it.
2018-09-07 15:56:30 +05:30
Kashish Sharma 67e93ce67e Start using nameless-mode. Friggin' awesome! 2018-09-07 15:55:47 +05:30
Kashish Sharma f694f994af Welcome back, MELPA 2018-09-07 15:55:36 +05:30
Kashish Sharma 22649f6d0e ignore hidden files 2018-09-07 11:14:40 +05:30
Kashish Sharma 922b32f504 evil-mode - fix comments, old custom function names 2018-09-07 11:12:08 +05:30
Kashish Sharma a3fd301cb7 Migrate time to use-package 2018-09-06 16:27:04 +05:30
Kashish Sharma 77f8f53147 Start migrating to use-package - migrate info
For great justice.
2018-09-06 16:26:34 +05:30
Kashish Sharma 9fcc10f24f Stop byte-compiling elisp files, on twb's advice...
...and after facing a gaggle of problems where the solution was to
delete the .elc file
2018-09-06 15:50:17 +05:30
Kashish Sharma 2d8acaa522 Remove Customize stuff from init.el 2018-09-06 13:04:07 +05:30