Xcursor.theme: xcursor-breeze
Xcursor.size: 0
-URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
+URxvt*font: xft:DejaVuSansMono:size=10
+! URxvt.font: xft:TerminessTTFNerdFontMono:size:11
+! URxvt.font: 9x15,xft:TerminessTTFNerdFontMono
! alternative font settings with 'terminus':
! URxvt.font: -xos4-terminus-medium-r-normal--16-160-72-72-c-80-iso10646-1
(global-font-lock-mode 1)
(setq font-lock-maximum-decoration t)
-
+pax
;; neotree
;; https://github.com/jaypei/emacs-neotree
(add-to-list 'load-path "~/.emacs.d/plugins/neotree")
(global-set-key [f8] 'neotree-toggle)
(setq-default neo-show-hidden-files t)
(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
'(neo-dir-link-face ((t (:foreground "#00ffff"))))
'(neo-file-link-face ((t (:foreground "#dddddd"))))
'(neo-root-dir-face ((t (:foreground "#8D8D84")))))
(custom-set-variables
- '(package-selected-packages '(projectile)))
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(package-selected-packages '(## projectile)))
map <C-l> <C-W>l
" Centralize backups, swapfiles and undo history
-set backupdir=~/.vim/backups
-set directory=~/.vim/swaps
+set backup
+set backupdir=~/.vim/backups//
+set directory=~/.vim/swaps//
if exists("&undodir")
set undodir=~/.vim/undo
endif