Created
October 11, 2018 16:48
-
-
Save bastos/04e03bd10a03be14f321932a1b11469e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(use-package dockerfile-mode) | |
(set-frame-font "Monaco 18") ; Use Monaco | |
(setq create-lockfiles nil) ; Stop creating .# files | |
;; (global-auto-revert-mode t) | |
(global-set-key (kbd "s-l") 'goto-line) ;; Cmd-l go-to line | |
(global-set-key (kbd "s-t") 'counsel-projectile-find-file) ;; Cmd-l go-to line | |
(global-superword-mode 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment