Move from django-mode to django-manage

The former depends on yasnippet that I don’t use (but maybe I will
later).
This commit is contained in:
Gergely Polonkai
2016-09-23 13:50:53 +02:00
parent 6d1a74584b
commit 65a3b9a9bf
8 changed files with 348 additions and 728 deletions

View File

@@ -74,7 +74,8 @@
'(show-trailing-whitespace t)
'(sml/theme (quote respectful))
'(tab-width 4)
'(wakatime-api-key "3f97611e-c959-4ce3-a526-bf0241307e17"))
'(wakatime-api-key "3f97611e-c959-4ce3-a526-bf0241307e17")
'(wakatime-cli-path "/usr/local/bin/wakatime"))
(setq magit-auto-revert-mode nil)
(setq magit-last-seen-setup-instructions "1.4.0")
@@ -354,3 +355,7 @@ Version 2016-02-16"
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)
(sml/setup)
(add-hook 'org-mode-hook
(lambda ()
(if (display-graphic-p) (org-bullets-mode t))))