Commit Graph

3377 Commits

Author SHA1 Message Date
37012b86ca +pass/ivy: add get-field action (#103) 2017-06-12 01:43:02 +02:00
2f3f966990 +pass/ivy: remove test data (#103) 2017-06-12 01:42:53 +02:00
e5a04e512f core-ui: refactor echo-keystrokes hooks 2017-06-12 01:41:55 +02:00
38f9e4b0a6 Fix delete-frame => doom/delete-frame remap 2017-06-12 01:41:54 +02:00
2d219c24eb Fix ui/doom-quit for new quit-confirm system 2017-06-12 01:41:54 +02:00
4984a548d1 Refactor DOOM init & add new init hooks
+ Add doom-init-hook and doom-post-init-hook to simplify Emacs init
  hooks into less ambiguous ones.
+ Attach former after-init-hook and emacs-startup-hook hooks to new doom
  init hooks.
+ Vastly improves daemon and tty support: preventing incorrect colors
  from bleeding across face class barriers, and into GUI Emacs and vice
  versa, when spawned with emacsclient.
+ Fix persp-mode breaking Emacs daemon, and ensuring that initialization
  is done properly in terminal Emacs (and emacsclient frames).
2017-06-12 00:37:14 +02:00
d3054f4679 Load core-lib a little sooner 2017-06-11 23:52:56 +02:00
d5652d2779 Change what recentf ignores; add doom-host-dir var 2017-06-11 23:50:50 +02:00
10eef78d43 Changelog: add missing attribution 2017-06-11 20:48:48 +02:00
470117d538 app/irc: fix lui-mode-map typo 2017-06-11 19:33:40 +02:00
0047baf15c tools/password-store: improve ivy support (#103)
+ Removed +pass/find & +pass/browse.
+ Added +pass/open (delegates to +pass/ivy, helm-pass or pass, depending).
+ Added +pass/ivy with copy password/username, open url and edit entry
  actions.
2017-06-11 18:02:47 +02:00
20cd13c572 tools/password-store: add helm-pass support 2017-06-11 18:00:45 +02:00
588858a21e Rudimentary ivy support for pass (#103) 2017-06-11 16:49:33 +02:00
2b3311faa2 tools/password-store: refactor 2017-06-11 16:49:33 +02:00
66cfbb2563 Fix quit confirmations in daemon; add for frames
+ Add quit confirmation when closing a frame with real buffers
+ Ensure quit confirmations also work in daemon frames (tty or gui)
2017-06-11 16:24:49 +02:00
d8c7ce8c4e Update changelog 2017-06-11 16:16:54 +02:00
d2b514e1ba Consistency refactor
For consistency with other app modules:

+ Refactor out s.el dependency
+ Reorder variables (public then private)
+ Use add-hook! instead of add-hook+lambda
+ Optimization: replace mapcar+closure with cl-loop (reduces allocations)
+ Replace evil-set-initial-state with (set! :evil-state ...), which is
  ignored if :feature evil is disabled.
2017-06-11 16:15:36 +02:00
128fe0466c Uncomment :app irc in init.example.el 2017-06-11 15:57:44 +02:00
d73da8f995 clean ups (init.exampl.el + app/irc readme) 2017-06-11 15:56:55 +02:00
9c25865942 tools/password-store: initial commit
pass doesn't play at all with shackle yet
2017-06-11 15:55:30 +02:00
9645945465 app/irc: initial commit 2017-06-11 15:55:22 +02:00
62d4180d9d v2.0.3 bump in README v2.0.3 2017-06-11 01:18:57 +02:00
c8e977e50a v2.0.3 bump 2017-06-11 01:16:56 +02:00
6549fa2956 TODO.org => CHANGELOG.org + rewrite 2017-06-11 01:16:41 +02:00
d214d94207 Fix goto-last-change (by autoloading its commands)
Its default binds (bound by evil-maps) are g; and g,
2017-06-11 00:59:42 +02:00
2097498f3e General docstring+idempotency refactor 2017-06-11 00:59:02 +02:00
7c20a43be6 Clean up quelpa build repos on package deletion 2017-06-10 23:32:59 +02:00
74c5f1111a require => load! (premature optimization) 2017-06-10 22:59:51 +02:00
5f65855f13 Remove goto-last-change
This plugin conflicts with goto-chg dependency in Evil.
2017-06-10 22:58:35 +02:00
ec23f1f06b Fix typo (missing package name in after! block) 2017-06-10 22:15:39 +02:00
688aef12d4 Fix #88: ignored private packages.el 2017-06-10 18:21:59 +02:00
2e1e908f57 Load hideshow when folding system is autoloaded 2017-06-10 18:18:34 +02:00
de8269acf8 fixup! Fix doom/what-face not handling face plist specs 2017-06-10 16:10:59 +02:00
d9e422d64a Add autoload/debug.el unit tests 2017-06-10 16:08:15 +02:00
ca222c1b75 Fix doom/what-face not handling face plist specs 2017-06-10 16:07:56 +02:00
f1c34fba72 core-os: remove unnecessary persistent-soft-store 2017-06-10 11:54:47 +02:00
df4ce8616d feature/version-control: refactor 2017-06-10 11:54:47 +02:00
ea128027e9 Remove evil-magit; use emacs mode for magit (#102) 2017-06-10 11:54:37 +02:00
c5f2879927 core-ui: optimize hooks 2017-06-10 01:54:59 +02:00
085fbb3f72 core-popups: optimize + refactor 2017-06-10 01:54:33 +02:00
a30b0efce5 Add doom-popup-no-fringe option; disable fringes in popups 2017-06-10 01:54:15 +02:00
bab738c56c Move helm popup settings to core-popups 2017-06-10 01:53:51 +02:00
6648ad815d lang/org: reorganize + refactor 2017-06-10 01:53:24 +02:00
fce95eb5e3 lang/org: doom-buffer-mode => solaire-mode 2017-06-10 01:53:03 +02:00
eff937432e Optimize lang/org: lexical-binding = t; cl-case => pcase 2017-06-10 01:52:44 +02:00
14968380ff Move x-*-keysym defs to private init.el 2017-06-09 19:45:06 +02:00
e7b08082fd Remove unused/redundant ivy bindings 2017-06-09 19:44:41 +02:00
0bc182ef1a Refactor helm config; fix remaps; move personal binds 2017-06-09 19:44:02 +02:00
1a24d5421e Too many parentheses! Forgive me cthulhu! 2017-06-09 16:00:32 +02:00
48ec4ce36f Add :inherit to +workspace faces 2017-06-09 15:41:07 +02:00