Fix some stuff on my MAC
This commit is contained in:
parent
13479ad907
commit
8b9c8c1b2a
8
emacs.el
8
emacs.el
|
@ -3,8 +3,6 @@
|
||||||
;;; Initialization
|
;;; Initialization
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(require 'package)
|
(require 'package)
|
||||||
(add-to-list 'package-archives
|
|
||||||
'("MELPA Stable" . "https://stable.melpa.org/packages/") t)
|
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
'("MELPA" . "https://melpa.org/packages/") t)
|
'("MELPA" . "https://melpa.org/packages/") t)
|
||||||
|
|
||||||
|
@ -60,7 +58,7 @@
|
||||||
'(org-agenda-files "~/.config/orgmode/agenda_files")
|
'(org-agenda-files "~/.config/orgmode/agenda_files")
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(image+ company org-jira which-key flycheck es-mode lsp-haskell forge projectile exec-path-from-shell lsp-ui lsp-mode editorconfig purescript-mode markdown-mode+ ssh-agency dash yaml-mode restart-emacs markdown-mode magit helm haskell-mode haml-mode form-feed dashboard)))
|
(rjsx-mode image+ company org-jira which-key flycheck es-mode lsp-haskell forge projectile exec-path-from-shell lsp-ui lsp-mode editorconfig purescript-mode markdown-mode+ ssh-agency dash yaml-mode restart-emacs markdown-mode magit helm haskell-mode haml-mode form-feed dashboard)))
|
||||||
'(projectile-mode t nil (projectile))
|
'(projectile-mode t nil (projectile))
|
||||||
'(projectile-project-search-path (quote ("~/git/")))
|
'(projectile-project-search-path (quote ("~/git/")))
|
||||||
'(purescript-mode-hook (quote (turn-on-purescript-indentation)) t)
|
'(purescript-mode-hook (quote (turn-on-purescript-indentation)) t)
|
||||||
|
@ -71,9 +69,9 @@
|
||||||
'(scroll-margin 0)
|
'(scroll-margin 0)
|
||||||
'(select-enable-clipboard t)
|
'(select-enable-clipboard t)
|
||||||
'(send-mail-function (quote smtpmail-send-it))
|
'(send-mail-function (quote smtpmail-send-it))
|
||||||
|
'(set-mark-command-repeat-pop t)
|
||||||
'(sgml-basic-offset 1)
|
'(sgml-basic-offset 1)
|
||||||
'(show-paren-mode t)
|
'(show-paren-mode t)
|
||||||
'(set-mark-command-repeat-pop t)
|
|
||||||
'(show-trailing-whitespace t)
|
'(show-trailing-whitespace t)
|
||||||
'(shr-width 80)
|
'(shr-width 80)
|
||||||
'(split-window-keep-point nil)
|
'(split-window-keep-point nil)
|
||||||
|
@ -185,7 +183,7 @@
|
||||||
(global-set-key (kbd "C-x g") 'magit-status)
|
(global-set-key (kbd "C-x g") 'magit-status)
|
||||||
(global-set-key (kbd "C-x M-g") 'magit-dispatch-popup)
|
(global-set-key (kbd "C-x M-g") 'magit-dispatch-popup)
|
||||||
|
|
||||||
(require 'haskell-mode-autoloads)
|
(require 'haskell)
|
||||||
|
|
||||||
;; (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu/mu4e")
|
;; (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu/mu4e")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue