Commit graph

199 commits

Author SHA1 Message Date
Henrik Lissner
3c8acec33f ui/doom-modeline: fix {dir,file}-path variable errors 2017-05-15 20:26:32 +02:00
Henrik Lissner
dce757032a ui/doom: refactor nav-flash integration 2017-05-15 20:26:32 +02:00
Henrik Lissner
653e80e655 Fix missing 'define-fringe-bitmap' function errors
If Emacs wasn't built with X, Cocoa or NS display support (as is the
case for evm emacs-25.1-travis build), the fringe library is missing and
throws errors.
2017-05-14 11:54:18 +02:00
Henrik Lissner
25fa4e019c General refactor & cleanup
+ refactor package management
+ core-editor: describe ediff
+ core-popups: alphabetized hack blocks
+ ui/doom-modeline: refactor buffer path fn
+ feature/version-control/+git: autoload magit-blame
2017-05-14 09:56:32 +02:00
Henrik Lissner
af88423b35 ui/doom-modeline: fix symlinked buffer-path hijinks
The modeline resolves a relative path to the current file in order to
display a short path string in the modeline. However, symlinks would
break this, resulting in paths like: ../../../../real/path/to/file.
2017-05-14 09:52:27 +02:00
Henrik Lissner
125fca09a0 ui/doom-modeline: don't show uniquify in modeline (unnecessary cruft) 2017-05-14 09:46:48 +02:00
Henrik Lissner
200846ee35 General refactor + cleanup; update TODO.org 2017-05-14 00:26:53 +02:00
Henrik Lissner
b86634e79f ui/doom-modeline: fontify path separately from filename 2017-05-14 00:23:18 +02:00
Henrik Lissner
5491fd552e Replace nlinum with linum 2017-05-13 22:40:52 +02:00
Henrik Lissner
47ec65fdc6 ui/doom: polish+refactor git-gutter-fringe bitmaps 2017-05-13 13:31:36 +02:00
Henrik Lissner
c118f22184 ui/doom-modeline: refactor eldoc segment 2017-05-13 11:42:19 +02:00
Henrik Lissner
7fbaf2ced1 General cleanup & refector; update TODO.org 2017-05-12 14:18:27 +02:00
Henrik Lissner
ed6941e8ae core-popups: clone buffer if visible elsewhere
Allows us to modify the buffer in the pop up window indepdently from the
rest.
2017-05-12 12:17:01 +02:00
Henrik Lissner
3ee1108c4a ui/doom: tweak doom-themes settings 2017-05-11 21:46:47 +02:00
Henrik Lissner
c46c247c77 ui/doom: shrink oversized variable pitch font 2017-05-11 21:46:32 +02:00
Henrik Lissner
2044872b9b Move doom/reset-theme to ui/doom (and update binding) 2017-05-11 21:45:50 +02:00
Henrik Lissner
6aaa83bbd0 ui/doom: blink nav-flash after recentering 2017-05-10 08:41:32 +02:00
Henrik Lissner
e265431507 General refactor, cleanup & commenting 2017-05-10 05:28:50 +02:00
Henrik Lissner
914a787d5f ui/doom: polish +doom-folded-face definition 2017-05-07 19:14:02 +02:00
Henrik Lissner
cce294fcf6 feature/evil: refactor evil-force-normal-state advice into +evil-esc-hook 2017-05-07 19:12:48 +02:00
Henrik Lissner
8600d2e8d2 ui/doom: remove TODO + update docstring for +doom:scratch-buffer 2017-05-06 13:51:24 +02:00
Henrik Lissner
89bff6ad23 ui/doom: use new doom-themes-*-config functions 2017-05-06 13:40:15 +02:00
Henrik Lissner
505d515dd8 Add README.org's for lang/cc, app/email; update other README.org's 2017-05-04 10:40:57 +02:00
Henrik Lissner
7f22f77204 Add ui/doom/README.org 2017-05-04 09:01:04 +02:00
Henrik Lissner
d651311d1d Various tweaks & clean up 2017-05-01 14:52:29 -04:00
Henrik Lissner
312371fc26 ui/doom: since fira mono doesn't have italics, highlight it instead 2017-04-28 13:16:04 -04:00
Henrik Lissner
0f625d79fa ui/doom-dashboard: adjust vertical alignment 2017-04-26 23:30:02 -04:00
Henrik Lissner
46cbbb6212 ui/doom-dashboard: lock user in normal mode 2017-04-26 01:52:41 -04:00
Henrik Lissner
77831ec35c ui/doom-dashboard: j/k = jumps between buttons, add more buttons, remove clear-on-insert 2017-04-26 01:43:39 -04:00
Henrik Lissner
010bc8de7b Fix lack of syntax highlighting in :x scratch buffer 2017-04-25 23:01:01 -04:00
Henrik Lissner
8e7aa152bb doom-modeline no longer errors out, in case a modeline doesn't exist; add doom-set-modeline 2017-04-25 18:25:54 -04:00
Henrik Lissner
b47b951a41 Make config more emacsclient-friendly 2017-04-22 01:49:15 -04:00
Henrik Lissner
e57ba47c5a General cleanup + refactor 2017-04-17 16:54:31 -04:00
Henrik Lissner
0e7254d312 General cleanup + refactor 2017-04-17 02:20:07 -04:00
Henrik Lissner
5ae94b765c PRAISE BE TO THE BYTE COMPILER FOR THY SHARP QUOTES 2017-04-17 02:17:10 -04:00
Henrik Lissner
c18847c696 ui/doom: make +doom-folded-face more subtle 2017-04-12 08:54:40 -04:00
Henrik Lissner
4b46475fc6 ui/doom-modeline: define special modeline, apply to org-src-mode-hook 2017-04-10 02:54:20 -04:00
Henrik Lissner
3506602a4b ui/doom-modeline: factor our subr-x dependency (string-empty-p) 2017-04-09 22:10:18 -04:00
Henrik Lissner
530935ae02 ui/doom: remove doom/blink-cursor in focus-in-hook 2017-03-23 00:29:44 -04:00
Henrik Lissner
db7cf68775 General tweaks 2017-03-19 22:50:57 -04:00
Henrik Lissner
3e63d2d23b Reduce def-package magic; explicitly use :when property 2017-03-19 22:47:50 -04:00
Henrik Lissner
e4b5cf5a56 ui/doom-dashboard: don't display dashboard if passed files (e.g. emacs file1.py) 2017-03-18 12:15:50 -04:00
Henrik Lissner
94459852c7 ui/doom-modeline: fix anzu segment persisting across files/buffers 2017-03-17 22:52:02 -04:00
Henrik Lissner
3fee758e20 General cleanup + minor tweaks 2017-03-16 23:39:39 -04:00
Henrik Lissner
f156f62479 Refactor kill-buffer-query-functions functions 2017-03-15 22:59:49 -04:00
Henrik Lissner
8c9269c9a2 General cleanup + refactor 2017-03-15 22:42:05 -04:00
Henrik Lissner
9a40ca4916 ui/doom: replace beacon with nav-flash 2017-03-15 22:00:03 -04:00
Henrik Lissner
a04a9a6bb4 ui/doom: remove load-path from doom-themes 2017-03-15 21:57:40 -04:00
Henrik Lissner
7dbb162658 ui/doom: improve doom-buffer-mode heuristic 2017-03-09 00:34:37 -05:00
Henrik Lissner
e56cb65ca0 ui/doom-dashboard: fix max-specpdl-size error on macos 2017-03-07 00:23:23 -05:00