Skip to content

Commit

Permalink
Add customvariables.el
Browse files Browse the repository at this point in the history
  • Loading branch information
Abuelodelanada committed Jun 15, 2019
1 parent 69063c7 commit 30d64f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions customvariables.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
;;; package --- Summary
;;; Commentary: Here you can place your custom variables
;;; Code:
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
(auto-compile-on-save-mode)
(load "~/.emacs.d/require")
(load "~/.emacs.d/variables")
(load "~/.emacs.d/customvariables")
(load "~/.emacs.d/functions")
(load "~/.emacs.d/alias")
(load "~/.emacs.d/automode")
Expand Down Expand Up @@ -38,7 +39,7 @@
(define-key projectile-mode-map (kbd "M-p") 'projectile-command-map)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
(projectile-mode +1)
(setq projectile-project-search-path '("~/trabajos/" "~/desarrollo/"))
(setq projectile-project-search-path '("~/projects/" "~/work/"))

(add-hook 'after-init-hook #'global-flycheck-mode)
(eval-after-load "flycheck"
Expand Down

0 comments on commit 30d64f8

Please sign in to comment.