merge(): Pulls latest from master
This commit is contained in:
commit
2076f42c00
5 changed files with 521 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
;; William Carroll's Emacs configuration
|
||||
; William Carroll's Emacs configuration
|
||||
|
||||
|
||||
;; From `https://github.com/melpa/melpa`
|
||||
|
|
@ -104,6 +104,11 @@
|
|||
(global-set-key (kbd "<s-return>") 'toggle-frame-fullscreen)
|
||||
|
||||
|
||||
;; Dired Settings
|
||||
(require 'dired)
|
||||
(define-key dired-mode-map (kbd "c") 'find-file)
|
||||
|
||||
|
||||
;; Helm Settings
|
||||
(require 'helm)
|
||||
(require 'helm-config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue