add visible-mark and expand-region as submodules

master
Jacopo De Simoi 8 years ago
parent 88b1b05534
commit 8ea08f8371
  1. 6
      .gitmodules
  2. 1
      expand-region.el
  3. 2
      global.org
  4. 1
      visible-mark

6
.gitmodules vendored

@ -49,3 +49,9 @@
[submodule "disable-mouse"]
path = disable-mouse
url = https://github.com/purcell/disable-mouse
[submodule "visible-mark"]
path = visible-mark
url = https://github.com/emacsmirror/visible-mark
[submodule "expand-region.el"]
path = expand-region.el
url = https://github.com/magnars/expand-region.el

@ -0,0 +1 @@
Subproject commit 2357f1d5efd9d5b9e37f3513342237fec2629291

@ -37,10 +37,10 @@
(normal-top-level-add-subdirs-to-load-path)
(normal-top-level-add-to-load-path '("fringe-helper.el"
"multiple-cursors.el"
"expand-region.el"
"dash.el")))
(add-to-list 'load-path "~/tmp") ;;what is this for?
(add-to-list 'load-path "~/kde-emacs")
(add-to-list 'load-path "~/tmp/expand-region.el") ;;cmon isn't this on melpa?
#+END_SRC
Put autosave files (ie #foo#) and backup files (ie foo~) in ~/.emacs.d/.
create the autosave dir if necessary, since emacs won't.

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