Browse Source

update emacs config

pull/1/head
Brett Langdon 11 years ago
parent
commit
531e70f3c7
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      emacs

+ 4
- 4
emacs View File

@ -50,9 +50,9 @@
(display-time-mode 1)
(display-battery-mode 1)
(global-set-key (kbd "C-c a") 'org-agenda)
(helm-mode 1)
(projectile-global-mode 1)
(global-set-key (kbd "C-c p s a") 'helm-projectile-ack)
(global-subword-mode 1)
(add-hook 'flymake-find-file-hook (lambda()
@ -61,8 +61,8 @@
(require 'poly-markdown)
(poly-markdown-mode 1)
(flyspell-mode 1)
(setq fill-column 80)
(auto-fill-mode)
;(setq fill-column 80)
;(auto-fill-mode)
(setq fci-rule-column 80)))
(add-hook 'python-mode-hook (lambda()
(elpy-mode)
@ -75,7 +75,7 @@
(ac-config-default)
(require 'go-autocomplete)
(require 'auto-complete-config)
(load-file "$GOPATH/src/code.google.com/p/go.tools/cmd/oracle/oracle.el")
(load-file "/Users/brettlangdon/go/src/code.google.com/p/go.tools/cmd/oracle/oracle.el")
(go-oracle-mode)
(setq gofmt-command "goimports")
(local-set-key (kbd "M-.") 'godef-jump)


Loading…
Cancel
Save