Explorar el Código

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr hace 12 años
padre
commit
f80393244c
Se han modificado 2 ficheros con 4 adiciones y 3 borrados
  1. +2
    -1
      emacs.el
  2. +2
    -2
      vimrc

+ 2
- 1
emacs.el Ver fichero

@@ -1,5 +1,6 @@
;; load another file
;; (load-file "~/filepath")
;; (and (file-readable-p "~/.dotfiles/emacs.el")
;; (load-file "~/.dotfiles/emacs.el"))

(unless (file-directory-p (expand-file-name user-emacs-directory))
(make-directory (expand-file-name user-emacs-directory)))


+ 2
- 2
vimrc Ver fichero

@@ -1,6 +1,6 @@
" load external file
" if filereadable(expand('~/filepath'))
" source ~/filepath
" if filereadable(expand('~/.dotfiles/vimrc'))
" source ~/.dotfiles/vimrc
" endif
if !isdirectory(expand('~/.vim'))
call mkdir(expand('~/.vim'))


Cargando…
Cancelar
Guardar