Skip to content

Instantly share code, notes, and snippets.

@bastos
Created October 11, 2018 16:48
Show Gist options
  • Save bastos/04e03bd10a03be14f321932a1b11469e to your computer and use it in GitHub Desktop.
Save bastos/04e03bd10a03be14f321932a1b11469e to your computer and use it in GitHub Desktop.
(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