Formatting and added exuberant ctags to helm
This commit is contained in:
32
spacemacs
32
spacemacs
@@ -20,9 +20,7 @@ values."
|
|||||||
;; variable `dotspacemacs-configuration-layers' to install it.
|
;; variable `dotspacemacs-configuration-layers' to install it.
|
||||||
;; (default 'unused) dotspacemacs-enable-lazy-installation 'unused
|
;; (default 'unused) dotspacemacs-enable-lazy-installation 'unused
|
||||||
;; If non-nil then Spacemacs will ask for confirmation before installing
|
;; If non-nil then Spacemacs will ask for confirmation before installing
|
||||||
;; a layer lazily. (default t)
|
;; a layer lazily. (default t) dotspacemacs-ask-for-lazy-installation t
|
||||||
dotspacemacs-ask-for-lazy-installation
|
|
||||||
t
|
|
||||||
;; If non-nil layers with lazy install support are lazy installed.
|
;; If non-nil layers with lazy install support are lazy installed.
|
||||||
;; List of additional paths where to look for configuration layers.
|
;; List of additional paths where to look for configuration layers.
|
||||||
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
|
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
|
||||||
@@ -31,8 +29,10 @@ values."
|
|||||||
;; List of configuration layers to load.
|
;; List of configuration layers to load.
|
||||||
dotspacemacs-configuration-layers
|
dotspacemacs-configuration-layers
|
||||||
'(
|
'(
|
||||||
; General
|
; General
|
||||||
git helm
|
git
|
||||||
|
( helm
|
||||||
|
:variables projectile-tags-command "ctags-exuberant -R -e")
|
||||||
(auto-completion :variables auto-completion-enable-snippets-in-popup
|
(auto-completion :variables auto-completion-enable-snippets-in-popup
|
||||||
t)
|
t)
|
||||||
version-control
|
version-control
|
||||||
@@ -48,7 +48,8 @@ values."
|
|||||||
nil)
|
nil)
|
||||||
(shell)
|
(shell)
|
||||||
search-engine
|
search-engine
|
||||||
; Languages
|
|
||||||
|
; Languages
|
||||||
emacs-lisp
|
emacs-lisp
|
||||||
(python :variables python-shell-interpreter
|
(python :variables python-shell-interpreter
|
||||||
"/usr/bin/python3")
|
"/usr/bin/python3")
|
||||||
@@ -109,9 +110,7 @@ values."
|
|||||||
;; If non nil then spacemacs will check for updates at startup
|
;; If non nil then spacemacs will check for updates at startup
|
||||||
;; when the current branch is not `develop'. Note that checking for
|
;; when the current branch is not `develop'. Note that checking for
|
||||||
;; new versions works via git commands, thus it calls GitHub services
|
;; new versions works via git commands, thus it calls GitHub services
|
||||||
;; whenever you start Emacs. (default nil)
|
;; whenever you start Emacs. (default nil) dotspacemacs-check-for-update nil
|
||||||
dotspacemacs-check-for-update
|
|
||||||
nil
|
|
||||||
;; If non-nil, a form that evaluates to a package directory. For example, to
|
;; If non-nil, a form that evaluates to a package directory. For example, to
|
||||||
;; use different package directories for different Emacs versions, set this
|
;; use different package directories for different Emacs versions, set this
|
||||||
;; to `emacs-version'.
|
;; to `emacs-version'.
|
||||||
@@ -385,14 +384,13 @@ explicitly specified that a variable should be set before a package is loaded,
|
|||||||
you should place your code here."
|
you should place your code here."
|
||||||
(global-flycheck-mode)
|
(global-flycheck-mode)
|
||||||
(global-wakatime-mode)
|
(global-wakatime-mode)
|
||||||
(defun elcord-init ()
|
(spacemacs/set-leader-keys "os" 'helm-etags-select)
|
||||||
"Init for elcord cos spacemacs has a hissy fit"
|
(setq elcord-display-buffer-details t)
|
||||||
'(elcord-display-buffer-details t)
|
(setq elcord-mode t
|
||||||
'(elcord-mode t
|
nil
|
||||||
nil
|
(elcord))
|
||||||
(elcord))
|
(setq elcord-use-major-mode-as-main-icon t)
|
||||||
'(elcord-use-major-mode-as-main-icon t)))
|
)
|
||||||
|
|
||||||
;; Do not write anything past this comment. This is where Emacs will
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
;; auto-generate custom variable definitions.
|
;; auto-generate custom variable definitions.
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
|
|||||||
Reference in New Issue
Block a user