27 lines
1.7 KiB
EmacsLisp
27 lines
1.7 KiB
EmacsLisp
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
'(custom-safe-themes
|
|
'("70936e3b54ca6d668354fdc87eea5f0a5129380c0c459598be943efba6ae1563" default))
|
|
'(emdroid-activity-creator "ActivityCreator.py")
|
|
'(emdroid-tools-dir "/opt/android-sdk")
|
|
'(inhibit-startup-screen t)
|
|
'(mpc-host "pi.triazo.net")
|
|
'(package-selected-packages
|
|
'(nginx-mode lsp-treemacs magit-gh-pulls lsp-mode tree-sitter-langs tree-sitter neotree projectile-ripgrep discover markdown-mode rust-mode dart-mode shader-mode csharp-mode glsl-mode sclang-extensions ag elixir-mode yaml-mode emacs-xkcd terraform-mode magit pushbullet php-mode expand-region auto-highlight-symbol auto-complete dart-mode shader-mode glsl-mode rust-mode elixir-mode))
|
|
'(split-height-threshold 160)
|
|
'(tramp-syntax 'default nil (tramp))
|
|
'(vc-follow-symlinks t))
|
|
;(custom-set-faces
|
|
;; custom-set-faces was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
;;'(default ((t (:inherit nil :stipple nil :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 130 :width normal :foundry "unknown" :family "Roboto Mono"))))
|
|
;;'(fringe ((t (:background "#000000" :foreground "#0074FF"))))
|
|
;;'(mode-line ((t (:box nil :overline "#FF213B"))))
|
|
;;'(mode-line-inactive ((t (:overline "#0074FF"))))
|
|
;;'(scroll-bar ((t (:background "#000000" :foreground "#0074FF" :height 1.0 :width condensed)))))
|