Commit Graph

158 Commits

Author SHA1 Message Date
Henrik Lissner
aa26332d00 NARF v0.7.0
vcs:
+ +git-gutter to conf-modes; -git-gutter from evil-insert-state-exit
+ switch github-browse-file for browse-at-remote
+ fix <leader>ob; add <leader>d[./sr] vc bindings
+ vc-annotate bindings and initial state

Workgroups2 integration:
+ don't mess with buffers (speeds up emacs a lot!)
+ unicode numbers in display + single display function
+ remember workgroup uid instead (and smarter :tabrename)
+ clean up after wg update

Org-mode
+ give highlight precedence to links in org-mode
+ enable encryption
+ config clean up
+ use different font for org
+ exclude attachments in recentf
+ redo latex and inline-image config
+ add narf/org-open-notes
+ update file templates for org CRM

Mode-line
+ polish mode-line + decouple from spaceline-segments.el
+ refactor narf|spaceline-env-update
+ add macro-recording and buffer-size indicators to mode-line
+ python: '2>&1' in env-command
+ flycheck fringe indicator: change to arrow

Aesthetics
+ update narf-dark-theme
+ add narf-minibuffer-active face
+ change writing indicator in writing-mode

Misc
+ fix whitespace in display-startup-echo-area-message
+ reset fonts for more unicode characters
+ custom imenu entries + helm-imenu fontification
+ enable yascroll-bar in REPLs
+ reorganize my-commands.el
+ force quit iedit on ESC in normal mode
+ update snippets submodule
+ remove ido init (helm handles it all) [EXPERIMENTAL]
+ back to Terminus(TTF) font
+ popwin: update config for git-gutter and vc-diff windows
+ highlight :g[lobal] and :al[ign] matches
+ decouple narf/get-buffers+narf/get-all-buffers from wg-mess-with-buffer-list
+ fix narf/helm-buffers-dwim (add interactive form)
2015-12-11 20:49:31 -05:00
Henrik Lissner
6049bee001 Clean up 2015-12-10 16:15:09 -05:00
Henrik Lissner
5980ebf28f Fix visual-fill-column/popwin breakage when splitting windows + polish writing mode 2015-12-09 17:09:54 -05:00
Henrik Lissner
dae889f6c9 Add flycheck + company completion to swift-mode 2015-12-09 02:09:33 -05:00
Henrik Lissner
6f8216a28a General cleanup 2015-12-09 02:03:13 -05:00
Henrik Lissner
74a398de5e Remove diminish in org config 2015-12-09 01:59:03 -05:00
Henrik Lissner
45500257f0 Fix inf-ruby/repl-toggle integration 2015-12-09 01:58:26 -05:00
Henrik Lissner
9f43f00e87 Remove diminish + remove minor modes from modeline 2015-12-09 01:57:56 -05:00
Henrik Lissner
2503232edf Better evil/REPL support 2015-12-09 01:54:30 -05:00
Henrik Lissner
aefd0bdd01 Add module-nim.el 2015-12-06 22:56:34 -05:00
Henrik Lissner
aafba7d5be Update ruby-refactor config; add ruby-refactor-convert-post-conditional 2015-12-04 15:44:06 -05:00
Henrik Lissner
32647ff112 Polish org crm library 2015-12-04 03:35:06 -05:00
Henrik Lissner
fa9f197c4e region-aware narf/org-surround 2015-12-04 03:34:43 -05:00
Henrik Lissner
919468e7e6 org: add org-export settings 2015-12-04 03:25:51 -05:00
Henrik Lissner
0259c4608b Clean up writing-mode 2015-11-30 16:52:08 -05:00
Henrik Lissner
b5c8852059 Make narf/org-dwim-at-point aware of inline-src-block 2015-11-30 16:51:47 -05:00
Henrik Lissner
89c7c77c1d :attach now inserts link if in visual mode 2015-11-30 16:47:53 -05:00
Henrik Lissner
4adee58ce9 Improve org-based CRM library 2015-11-30 16:47:31 -05:00
Henrik Lissner
81df2830a9 bind! -> map!; new minimalistic keybinding macro 2015-11-30 05:31:20 -05:00
Henrik Lissner
436ca26a4e Config-wide code clean up 2015-11-27 03:40:10 -05:00
Henrik Lissner
e85615e7fd Add org-entities-user for flat and sharp symbols (music) 2015-11-27 03:38:39 -05:00
Henrik Lissner
3a92193584 Expand winner-boring-buffers 2015-11-27 03:38:11 -05:00
Henrik Lissner
00a0038fcc Refactor defuns-org-attach + more :attach helm actions 2015-11-27 03:37:28 -05:00
Henrik Lissner
88da533cf8 org: add lilypond support (music sheets) 2015-11-26 16:20:44 -05:00
Henrik Lissner
7d1428fc8e Merge branch 'master' of github.com:hlissner/emacs.d
* 'master' of github.com:hlissner/emacs.d:
  Disable variable-pitch-mode in org-mode
2015-11-25 23:32:23 -05:00
Henrik Lissner
177e2b610a org: clean up yas fix 2015-11-25 23:32:18 -05:00
Henrik Lissner
125726261a Disable variable-pitch-mode in org-mode 2015-11-25 23:31:34 -05:00
Henrik Lissner
0cfb533885 Restore narf/helm-org 2015-11-25 21:21:17 -05:00
Henrik Lissner
dc6ab10260 Extract org defuns into separate files 2015-11-25 17:24:06 -05:00
Henrik Lissner
03c6c05677 The ciiiircle of liiiife 2015-11-25 06:00:49 -05:00
Henrik Lissner
0923903e93 org: don't replace checkboxes in lists 2015-11-24 20:53:35 -05:00
Henrik Lissner
f7c9bc65a0 *Another* cleanup 2015-11-24 03:46:02 -05:00
Henrik Lissner
0897e5e34b module-elisp.el => module-lisp.el 2015-11-24 03:44:17 -05:00
Henrik Lissner
060f9cd9b1 Improve org integration 2015-11-23 15:21:24 -05:00
Henrik Lissner
1b67819fc7 Clean up 2015-11-23 15:20:25 -05:00
Henrik Lissner
a1b57eda3a Add helm-based org searching commands 2015-11-21 19:26:28 -05:00
Henrik Lissner
b7d03fff52 Refactor org-mode config 2015-11-21 18:03:11 -05:00
Henrik Lissner
8537361e50 Clean up 2015-11-21 16:22:40 -05:00
Henrik Lissner
d44d1ab0d0 Clean up Caskfile; refactor module-writing 2015-11-21 16:19:45 -05:00
Henrik Lissner
8eb103f152 Clean up 2015-11-20 04:00:38 -05:00
Henrik Lissner
f3e6fa58fc Back to anaconda-mode, it's simply more mature atm 2015-11-20 03:58:36 -05:00
Henrik Lissner
af7f73e7d3 Major update to org-mode config 2015-11-19 05:49:05 -05:00
Henrik Lissner
2811fcf997 Place custom org defuns in lib/defuns-org-custom.el 2015-11-19 00:54:58 -05:00
Henrik Lissner
ab8fad93e7 Redo lib/defuns-org.el and org-mode keybindings 2015-11-19 00:53:38 -05:00
Henrik Lissner
7c4c9ea5da Add golang support for org-babel 2015-11-18 15:22:25 -05:00
Henrik Lissner
20efdb863f Clean up 2015-11-18 15:22:00 -05:00
Henrik Lissner
fb71be9a94 Smarter narf/org-execute-at-point 2015-11-18 15:20:44 -05:00
Henrik Lissner
e285c928cc Smarter list bullet detection 2015-11-18 15:20:21 -05:00
Henrik Lissner
4076c42edd org: fix company-mode integration 2015-11-17 21:47:23 -05:00
Henrik Lissner
fe017836dc org: fix list indentation + yasnippet integration 2015-11-17 21:47:01 -05:00