Commit Graph

1997 Commits

Author SHA1 Message Date
62ce9115e5 init.el => init.example.el 2017-02-20 00:23:03 -05:00
153f54b2d6 Add modules/ui/doom 2017-02-20 00:23:03 -05:00
40080c47a9 Update .gitignore 2017-02-20 00:23:03 -05:00
566fd39cf9 lang/javascript: update for v2.0 2017-02-20 00:23:03 -05:00
cea32a3957 lang/emacs-lisp: update for v2.0 2017-02-20 00:23:03 -05:00
ba1db18a4d Minimalize my-bindings for testing 2017-02-20 00:23:03 -05:00
0470a6fa0c New init.el 2017-02-20 00:23:03 -05:00
2caa914491 Remove Cask file 2017-02-20 00:23:03 -05:00
f453b3cee1 Reorganize modules 2017-02-20 00:23:03 -05:00
50ea98319f Rewrite core libraries (WIP) 2017-01-16 23:15:48 -05:00
83c852e11f Move ext/* to scripts/ 2017-01-16 23:13:12 -05:00
e8438e11e5 core-vcs: mention how to put the git gutter outside the margins 2017-01-09 18:44:03 -05:00
604bcc0378 Improve stability of popups
Now, popup windows are marked as dedicated to their buffer. This makes it much less
likely (if not impossible) for new buffers to be loaded in that window, particularly
through interactive file selecting tools, like projectile-find-file or counsel-recentf.
2017-01-09 16:38:40 -05:00
946e2d77dd Fix unchanging cursor when you exit emacs state (fix #22) 2017-01-09 15:44:22 -05:00
49cae5ebdd Caskfile: switch to dotmilk's emacs-crystal-mode fork 2017-01-08 23:05:41 -05:00
9cccca14f1 core-workgroup.el: improve docstrings for doom:workgroup-* commands 2017-01-08 15:36:14 -05:00
f376006284 Make neotree cooperate with popups and other window-changing actions 2017-01-08 15:35:50 -05:00
ea2372f025 More reliable doom/popup-save macro 2017-01-07 23:27:30 -05:00
9c2e59e231 Rewrite eshell config 2017-01-07 23:26:48 -05:00
2672d4b4cd core-ui: fix modeline hiding in selected buffer after completion buffer is set up 2017-01-07 21:13:55 -05:00
7e3ff3b679 Fix doom:kill-matching-buffers referring to old renamed function 2017-01-07 17:50:33 -05:00
c7a9697259 v1.3.1 bump v1.3 2017-01-07 03:03:11 -05:00
9d55ef49e6 Move ediff config to core-vcs + brighten ediff buffers 2017-01-07 03:02:41 -05:00
1309f6baff modeline: add buffer-file-name check to *vc segment 2017-01-07 02:53:02 -05:00
4f482c099f Add /var/folders/* and /tmp/* to recentf-exclude 2017-01-07 02:52:23 -05:00
80ae0f2bde Basic hjkl for emacs mode + A-[1-9] => C-[1-9] (more linux friendly bindings) 2017-01-06 18:43:21 -05:00
cf8efe91da Rewrite custom scratch buffer module 2017-01-06 18:42:46 -05:00
75265be961 Hide mode-line in completion buffers 2017-01-06 18:42:01 -05:00
74c47d560b Fix autoload tag for doom/evil-close-folds 2017-01-06 18:39:25 -05:00
4925ab6922 core-evil: refactor 2017-01-06 17:48:57 -05:00
8f3b577ef7 bindings: move emr-show-refactor-menu from <localleader>re to <leader>r 2017-01-06 17:48:11 -05:00
7bf394dd7c Update license 2017-01-06 17:33:43 -05:00
eb6a9a125b core-editor: defer re-builder bindings (maps aren't loaded yet) 2017-01-05 18:15:34 -05:00
88814bf924 org: org-on-heading-p=>org-at-heading-p (deprecated); refactor 2017-01-05 18:15:00 -05:00
cbab4e4ee4 org: replaced org-cycle with doom/org-toggle-fold
I didn't like the extra keypress to refold trees that I only intended to peek
into. If I want to see the whole tree, I go into it and unfold what I needed.

Note, you can still open the entire subtree with zo and cycle the entire page
with zA or zO.
2017-01-05 18:11:55 -05:00
f60d28bab8 workgroups: show tabs bar when switching between tabs/workgroups 2017-01-04 15:13:30 -05:00
40a6201665 ext/setup-js.sh: add --needed flag to pacman install command for Arch 2017-01-04 03:43:35 -05:00
96e7f0cd12 org-mode: fix localleader keybindings 2017-01-04 02:24:06 -05:00
4d67a328b2 module-write: don't change theme 2017-01-03 23:04:24 -05:00
b72ca79356 magit: integrate with shackle and isolate to popups (experimental) 2017-01-03 23:04:08 -05:00
a2fa66ea37 modeline: fix inconsistent spacing on right of modeline 2017-01-03 22:51:10 -05:00
dbacc26e11 org-mode: major rewrite + refactor 2017-01-03 22:50:52 -05:00
77b1a93231 org-mode: fix org-capture select-template popup (conflicted with shackle hack) 2017-01-03 20:42:41 -05:00
77bb3b47b5 Set font for all frames, current and future 2017-01-03 19:57:56 -05:00
1b004e8336 General cleanup 2017-01-02 21:12:12 -05:00
fb18e60d59 Polish my-bindings.el 2017-01-02 21:12:12 -05:00
40b7e4de5e org: add (in|de)dent-or-(next|prev)-field functions 2017-01-02 21:12:12 -05:00
43121747a9 org: add org-shiftmeta* keybindings 2017-01-02 21:12:12 -05:00
e64c5e7b5f module-css: use scss-mode included with Emacs, instead of 3rd party plugin 2017-01-02 21:12:12 -05:00
e1000fcfc5 Rethink map! macro; replace :local=>:L, :defer=>:map* (addresses #19) 2017-01-02 20:59:58 -05:00