Skip to content

Commit

Permalink
Swiched to darkmine theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogos Stroe Sebastian committed Jan 1, 2019
1 parent 1f1293e commit 3dd40a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emacs/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
** Set theme and hide menu bar
#+BEGIN_SRC emacs-lisp
(setq inhibit-startup-screen t)
(load-theme 'misterioso)
(load-theme 'darkmine)
(tool-bar-mode -1)
(fset 'yes-or-no-p 'y-or-n-p)
#+END_SRC
Expand Down Expand Up @@ -406,8 +406,8 @@ This makes sure that everything can be a project.
(counsel-projectile-mode 1))

(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
(define-key projectile-mode-map (kbd "s-g") 'projectile-grep)
(define-key projectile-mode-map (kbd "s-G") 'projectile-find-file-dwim)
(define-key projectile-mode-map (kbd "s-G") 'projectile-grep)
(define-key projectile-mode-map (kbd "s-g") 'projectile-find-file-dwim)
#+END_SRC

** Let projectile call make
Expand Down

0 comments on commit 3dd40a4

Please sign in to comment.