update freebsd emacs
This commit is contained in:
parent
b25b931bea
commit
861097b3a2
1 changed files with 7 additions and 12 deletions
17
debian/home/.emacs
vendored
17
debian/home/.emacs
vendored
|
@ -1,9 +1,9 @@
|
||||||
;;; package --- Rawley's Linux .emacs
|
;;; package --- Rawley's FreeBSD .emacs
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;; This is my Emacs init.el for Linx. This is used on a Artix Linux machine
|
;;; This is my .emacs for FreeBSD.
|
||||||
;;; and a Debian Linux machine.
|
;;; Available with my other dotfiles at: https://github.com/rawleyfowler/dotfiles
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(add-to-list 'default-frame-alist '(font . "monospace-14"))
|
(add-to-list 'default-frame-alist '(font . "terminus-12"))
|
||||||
|
|
||||||
(unless (file-exists-p "~/.auto-save")
|
(unless (file-exists-p "~/.auto-save")
|
||||||
(make-directory "~/.auto-save"))
|
(make-directory "~/.auto-save"))
|
||||||
|
@ -46,8 +46,6 @@
|
||||||
(ido-mode 1)
|
(ido-mode 1)
|
||||||
|
|
||||||
(setq indent-tabs-mode nil)
|
(setq indent-tabs-mode nil)
|
||||||
(setq c-basic-offset 4)
|
|
||||||
(setq js-indent-level 2)
|
|
||||||
|
|
||||||
;; Packages
|
;; Packages
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
|
@ -127,12 +125,8 @@
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(custom-enabled-themes '(tango-dark))
|
|
||||||
'(custom-safe-themes
|
|
||||||
'("92d350334df87fe61a682518ff214c773625c6d5ace8060d128adc550bc60c9b" "ecc077ef834d36aa9839ec7997aad035f4586df7271dd492ec75a3b71f0559b3" default))
|
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(company lsp-ui lsp-metals lsp-mode sbt-mode yaml-mode docker yasnippet-snippets perl-docnow perlnow dune dune-mode borland-blue-theme reason-mode rescript-mode haml-mode utop tuareg smex modus-themes use-package))
|
'(dune reason-mode rescript-mode utop tuareg ocamlformat sbt-mode scala-mode smex haml-mode flycheck yasnippet-snippets yasnippet dumb-jump docker dockerfile-mode yaml-mode modus-themes use-package)))
|
||||||
'(whitespace-style '(space-mark tab-mark)))
|
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
@ -142,3 +136,4 @@
|
||||||
|
|
||||||
(provide '.emacs)
|
(provide '.emacs)
|
||||||
;;; .emacs ends here
|
;;; .emacs ends here
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue