Commit Graph

140 Commits

Author SHA1 Message Date
Henrik Lissner
7ea2d45f88 Remove snippets dependency; add 'make snippets' 2016-02-26 09:48:09 -05:00
Henrik Lissner
b78d210ace Clean up 2016-02-26 09:47:56 -05:00
Henrik Lissner
fea2a2ce4a Remove org-mode config (I no longer use org-mode) 2016-02-26 00:02:37 -05:00
Henrik Lissner
8d09932cc6 Remove narf-write-theme 2016-02-23 22:31:13 -05:00
Henrik Lissner
8f9c0441f7 Clean up bindings 2016-02-23 13:11:41 -05:00
Henrik Lissner
4c0e39c9ce Less intrusive company completion 2016-02-23 13:11:00 -05:00
Henrik Lissner
3f431cb852 Add company-dict dictionaries 2016-02-23 00:01:19 -05:00
Henrik Lissner
3760c7bcdf Add narf/company-dict-or-keywords 2016-02-22 12:41:45 -05:00
Henrik Lissner
ce38930e5c Update snippets submodule 2016-02-20 16:17:42 -05:00
Henrik Lissner
49ee1c2d0a Fix dash.app bindings 2016-02-20 16:16:48 -05:00
Henrik Lissner
490c173afd Replace evil-iedit-state with evil-multiedit 2016-02-20 16:16:01 -05:00
Henrik Lissner
39c4700b3b Add multiple cursors implementation with iedit 2016-02-19 12:33:16 -05:00
Henrik Lissner
8f274e06a7 Clean up bindings 2016-02-18 05:09:59 -05:00
Henrik Lissner
2dd7f55931 Add bindings for iedit 2016-02-18 05:06:30 -05:00
Henrik Lissner
491b3c8441 Add docker file templates 2016-02-14 23:56:38 -05:00
Henrik Lissner
595a36561b Update bindings 2016-02-13 01:13:23 -05:00
Henrik Lissner
7a7712223d Refactor my-commands.el 2016-02-13 01:13:10 -05:00
Henrik Lissner
affcb53d04 Clean up 2016-02-04 19:00:03 -05:00
Henrik Lissner
550d5b7218 General clean up 2016-01-30 21:16:10 -05:00
Henrik Lissner
89895cafce Polish narf-write-theme 2016-01-30 02:34:03 -05:00
Henrik Lissner
487f86f77b Update themes 2016-01-29 07:10:59 -05:00
Henrik Lissner
f7d9da3e6f Add :reorient and :cols 2016-01-29 02:06:28 -05:00
Henrik Lissner
d1e17233ad Add narf-write-theme 2016-01-29 02:06:03 -05:00
Henrik Lissner
6a8b0d0ced Remove private/dict 2016-01-29 02:05:42 -05:00
Henrik Lissner
0296a63c55 Update snippets submodule 2016-01-23 20:24:32 -05:00
Henrik Lissner
2988fdcc2b Add slim-mode file template 2016-01-22 19:30:10 -05:00
Henrik Lissner
2e933bf544 narf-dark: highlight css-proprietary-property 2016-01-21 19:36:10 -05:00
Henrik Lissner
b21a1b298f Remove bold on markdown headers 2016-01-07 01:12:43 -05:00
Henrik Lissner
11b514c8a1 smart/dumb indent/dedent bindings 2016-01-07 01:11:32 -05:00
Henrik Lissner
cbe8f2bd7f lib-tmux: remove window move defuns 2016-01-07 01:11:14 -05:00
Henrik Lissner
b374baa045 Clean up 2016-01-02 15:08:49 -05:00
Henrik Lissner
8880e3c0f4 Add editorconfig for file templates 2016-01-01 13:13:32 -05:00
Henrik Lissner
6cabcd654c narf-dark-theme: remove bold on mode-line faces 2015-12-29 23:38:54 -05:00
Henrik Lissner
54c2541777 Improve workgroups2 tab emulation 2015-12-29 23:37:43 -05:00
Henrik Lissner
a6702153f5 Update snippets submodule 2015-12-27 03:07:54 -05:00
Henrik Lissner
4e8837c4c5 Remove redundant keybinding 2015-12-27 03:07:53 -05:00
Henrik Lissner
bbc7e18582 Update narf-dark-theme + add narf-light-theme 2015-12-27 03:07:44 -05:00
Henrik Lissner
604bdae174 Update bindings + commands 2015-12-27 03:07:37 -05:00
Henrik Lissner
fca83ffc19 Replace popwin with shackle; refactor window/buffer defuns 2015-12-27 03:06:40 -05:00
Henrik Lissner
55e5c01fbe Brighter line numbers 2015-12-27 03:06:22 -05:00
Henrik Lissner
383140c219 Remove bold on show-paren-match 2015-12-27 03:06:22 -05:00
Henrik Lissner
1ac7f5504b Update snippets submodule 2015-12-27 03:06:21 -05:00
Henrik Lissner
045e7a6971 λ macro => λ! 2015-12-11 22:43:36 -05:00
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
bc83f46349 Incremental highlighting for :g[lobal] and :al[ign] 2015-12-11 02:21:49 -05:00
Henrik Lissner
148a6d2ed6 Update bindings+ex commands for new workgroups config 2015-12-10 20:44:31 -05:00
Henrik Lissner
cb20d9f285 Smarter (and prettier) wg integration (now like tabs in vim) 2015-12-10 20:43:33 -05:00
Henrik Lissner
6049bee001 Clean up 2015-12-10 16:15:09 -05:00
Henrik Lissner
52db795404 Redo bindings 2015-12-09 02:10:27 -05:00
Henrik Lissner
bbbe186882 Ex: add :repl, remove :widen and :pop 2015-12-09 02:10:14 -05:00