Add word-count minor mode

master
Jacopo De Simoi 8 years ago
parent 81a55d73ed
commit 9e0966276b
  1. 3
      .gitmodules
  2. 6
      global.org
  3. 1
      word-count-mode

3
.gitmodules vendored

@ -82,3 +82,6 @@
[submodule "paredit"]
path = paredit
url = http://mumble.net/~campbell/git/paredit.git/
[submodule "word-count-mode"]
path = word-count-mode
url = https://github.com/tomaszskutnik/word-count-mode

@ -1118,6 +1118,12 @@
#+RESULTS:
** word-count
Add word count in modeline; useful to prepare those pesky grant
applications
#+BEGIN_SRC emacs-lisp
(require 'word-count)
#+END_SRC
* Main packages
** Magit
#+BEGIN_SRC emacs-lisp

@ -0,0 +1 @@
Subproject commit 6267c98e0d9a3951e667da9bace5aaf5033f4906
Loading…
Cancel
Save