Commit Graph

1311 Commits

Author SHA1 Message Date
e366935164 Merge pull request #121 from bandresen/pr__pass-ivy
tools/password-store: +pass-ivy was renamed to +pass/ivy
2017-06-25 02:14:51 +02:00
74c63ba324 Merge pull request #123 from bandresen/pr__app-irc
app/irc: two small fixes
2017-06-25 02:14:39 +02:00
822c78554f destructuring-bind => cl-destructuring-bind 2017-06-25 02:04:50 +02:00
c493ad80f4 ui/doom-dashboard: refactor 2017-06-25 02:01:05 +02:00
e595f20cd0 Fix dashboard opening over files via emacsclient
Fixes #119
2017-06-25 02:00:01 +02:00
ca3184b685 app/irc: get rid of non-interactive #'end-of-buffer warning 2017-06-24 20:25:47 +02:00
679615899d app/irc: one place +irc-connections var wasn't updated
it's now handled in circe-network-options
2017-06-24 20:25:44 +02:00
f492a98937 tools/password-store: +pass-ivy was renamed to +pass/ivy 2017-06-24 18:46:44 +02:00
18ad96d156 Fix :company-backend 2017-06-24 16:43:39 +02:00
5f141a82ab lang/cc: refactor 2017-06-24 02:25:15 +02:00
c8757b85f7 Fix :company-backend not overwriting past settings
In case you want to alter a mode's company-backend later or in a private
module.
2017-06-24 02:25:15 +02:00
46b3f06f50 Remove :load-path for doom-themes 2017-06-23 03:13:21 +02:00
c294effd8d Fix incorrect argc in +evil/reselect-paste 2017-06-22 20:03:27 +02:00
8748c755d6 Fix MacOS reveal-in-finder command keybinds 2017-06-21 18:42:46 +02:00
1fd27f16b3 lang/sh: add keywords for fontification 2017-06-20 23:33:22 +02:00
5fb62e6041 private/README.md => private/README.org 2017-06-20 20:07:40 +02:00
354a1058ae lang/markdown: markdown-asymmetric-header = t 2017-06-20 16:33:25 +02:00
5de14cb0b0 private/hlissner: refactor; revise keybinds
+ Add +jump/* to SPC h bindings
+ Generalize jump-to-bookmark
  To use ivy/helm specific jump-to-bookmark (like counsel-bookmark),
  better to remap bookmark-jump from their modules.
+ SPC f c => open .editorconfig
2017-06-20 16:32:51 +02:00
8f00b3d07a Minor general refactor 2017-06-20 16:32:50 +02:00
f4e3080432 lang/sh: improve zsh buffer detection 2017-06-20 16:25:46 +02:00
02bfb73264 lang/sh: improve fontification for sh-mode
+ Fontify variables in double quotes (better)
+ Fontify command substitution in double quotes
+ Fontify built-in/common commands (see `+sh-builtin-keywords`)
2017-06-20 16:25:46 +02:00
9252c54576 Rewrite modules/private/README.md 2017-06-19 13:28:09 +02:00
702b518431 Broaden +emacs-lisp-ert-mode :match detection 2017-06-19 12:51:11 +02:00
9700b6f419 lang/emacs-lisp: remove load-after-compile 2017-06-19 12:50:43 +02:00
14e69ca830 Fix max-lisp-eval-depth in :company-backend #115
Mode was inadvertantly run like a function in the :company-backend
setting macro.
2017-06-19 12:08:38 +02:00
54d8e7fe27 private/hlissner: fix markdown key conflicts 2017-06-19 03:50:24 +02:00
392c58ea47 General refactor & cleanup 2017-06-19 00:32:45 +02:00
bc3aee2a4f Replace :xref-backend setting with :jump
Which takes :definitions, :references, :documentation and :xref-backend.
Each accepts a function that will jump to definitions, references, and
documentation respectively.

If a major-mode has an :xref-backend, you don't need :definitions or
:references.
2017-06-19 00:32:45 +02:00
928812da8a Make def-setting! behave more like defmacro
set! used to aggressively evaluate its arguments (at expansion-time),
even if placed inside an after! block. This causes unavoidable errors if
those arguments use functions/variables that don't exist yet.

Fixes #112
2017-06-19 00:32:44 +02:00
a2ca21cc21 Add doom*project-root advice fn 2017-06-19 00:03:37 +02:00
7d081c3154 Fix subr-x macro autoloads 2017-06-18 23:43:08 +02:00
96998e40d3 app/irc: general refactor 2017-06-18 23:43:08 +02:00
9c9e410898 Use :editorconfig to set js-switch-indent-offset
Instead of a hook.
2017-06-18 23:43:07 +02:00
78f5306274 Lazy-load lang/javascript/+screeps.el 2017-06-18 23:43:07 +02:00
a299621ff8 Adjust v-adjust of flycheck icons in modeline
Some icons drooped too low (and others too high).

OCD INTENSIFIES
2017-06-18 23:43:02 +02:00
41e8752d8f Fix git-gutter reactivating on ESC #114 2017-06-18 23:09:59 +02:00
79fbe56b76 modeline: tweak modified icon v-adjust 2017-06-17 22:43:59 +02:00
081db6f552 Update modules/README.org 2017-06-17 22:32:13 +02:00
360eef0602 app/irc: fix +irc/ivy-jump-to-channel
not it works when buffer-names are indented below server
2017-06-16 23:52:36 +02:00
b002883d40 app/irc: don't interfere with insert mode unless before prompt 2017-06-16 23:52:29 +02:00
9ccffc718e Fix +ivy/switch-buffer when buffer-list is empty 2017-06-16 02:10:33 +02:00
0574ba2d84 Refactor lang/markdown; add fontify code blocks 2017-06-16 02:10:33 +02:00
4eb2a7cb41 General refactor + cleanup 2017-06-16 02:10:33 +02:00
3e769dc43f Add gg/G & N/P keybindings to dashboard 2017-06-16 02:10:33 +02:00
2dc6ea0f53 Refactor +doom-dashboard-reload 2017-06-16 00:43:19 +02:00
a3adc1de29 Fix dashboard in daemon/clients (#111) 2017-06-16 00:12:15 +02:00
c958f1eafd Move italic customization to private module 2017-06-15 15:09:31 +02:00
853ad98ae9 Fix editorconfig indent-policing in Lisp modes
Editorconfig in Lisp enforces lisp-indent-offset too strictly, ruining
its adaptive indentation. We don't want to disable it complete in those
modes however. In all other respects (controlling spaces vs tabs,
charset, max_line_length, etc) editorconfig is great.
2017-06-15 14:45:32 +02:00
523fa5088e Tweak & reorder modeline segments
+ Improves modeline appearance in terminal Emacs
+ Moves version control branch to righter-most edge to minimize uneven
  spacing when all-the-icon icons are present (due to their non-uniform
  widths).
+ Switches from octicon to material iconset for flycheck segment (more
  consistent and look better).
2017-06-14 21:16:02 +02:00
c50888a83a Inhibit doom-dashboard in noninteractive session 2017-06-14 21:15:20 +02:00