Remove ibuffer necro-config
This commit is contained in:
parent
3a8a3203fe
commit
3d6769865e
|
@ -63,7 +63,6 @@ This function should only modify configuration layer settings."
|
|||
shell-scripts
|
||||
spacemacs-layouts
|
||||
debug
|
||||
;;ibuffer
|
||||
)
|
||||
|
||||
;; List of additional packages that will be installed without being
|
||||
|
@ -458,7 +457,6 @@ This function is called immediately after `dotspacemacs/init', before layer
|
|||
configuration.
|
||||
It is mostly for variables that should be set before packages are loaded.
|
||||
If you are unsure, try setting them in `dotspacemacs/user-config' first."
|
||||
(load-file "~/.emacs.d/lv.el"); lv workaround
|
||||
)
|
||||
|
||||
(defun dotspacemacs/user-load ()
|
||||
|
@ -495,13 +493,11 @@ before packages are loaded."
|
|||
"1 sec" nil 'delete-windows-on
|
||||
(get-buffer-create "*compilation*"))
|
||||
(message "No Compilation Errors!")))))
|
||||
(setq ibuffer-expert t) ; Remove buffer deletion confirmation
|
||||
(setq ibuffer-show-empty-filter-groups nil) ; Cleaner ibuffer
|
||||
(add-hook 'realgud-short-key-mode-hook ; Short key mode for realgud
|
||||
(lambda ()
|
||||
(local-set-key "\C-c" realgud:shortkey-mode-map)))
|
||||
(setq magit-repository-directories
|
||||
'(("~/Documents/Uni" . 3)))
|
||||
'(("/home/coolneng/Documents/Uni" . 6)))
|
||||
(add-to-list 'auto-mode-alist '("\\.aiml\\'" . web-mode))
|
||||
(defun display-new-buffer (buffer force-other-window) ; Vertical/horizontal split based on the screen space
|
||||
(or (get-buffer-window buffer)
|
||||
|
@ -516,7 +512,6 @@ before packages are loaded."
|
|||
(set-window-buffer new-win buffer)
|
||||
new-win))))
|
||||
(setq display-buffer-function 'display-new-buffer)
|
||||
|
||||
)
|
||||
|
||||
;; Do not write anything past this comment. This is where Emacs will
|
||||
|
@ -537,7 +532,7 @@ This function is called at the very end of Spacemacs initialization."
|
|||
'(hl-paren-colors (quote ("#40883f" "#0287c8" "#b85c57")))
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(rtags web-mode web-beautify tagedit slim-mode scss-mode sass-mode pug-mode prettier-js impatient-mode htmlize simple-httpd haml-mode emmet-mode counsel-css company-web web-completion-data smeargle magit-svn magit-gitflow magit-popup gitignore-templates gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link evil-magit magit transient lv git-commit with-editor dash hasklig-mode yasnippet-snippets ivy-hydra counsel swiper helm helm-core ivy flycheck company hydra zerodark-theme xterm-color winum which-key wgrep use-package smex smartparens shell-pop realgud plan9-theme persp-mode pcre2el overseer nameless mvn multi-term mmm-mode meghanada maven-test-mode markdown-toc macrostep ivy-yasnippet ivy-xref ivy-rtags insert-shebang ibuffer-projectile helm-make groovy-mode groovy-imports gradle-mode google-c-style gh-md fuzzy flycheck-rtags flycheck-pos-tip flycheck-irony flycheck-bashate flx fish-mode eyebrowse evil eshell-z eshell-prompt-extras esh-help ensime elisp-slime-nav dotenv-mode disaster diminish company-statistics company-shell company-rtags company-irony-c-headers company-irony company-emacs-eclim company-c-headers cmake-mode cmake-ide clang-format bind-map auto-yasnippet auto-compile async ac-ispell)))
|
||||
(lv rtags web-mode web-beautify tagedit slim-mode scss-mode sass-mode pug-mode prettier-js impatient-mode htmlize simple-httpd haml-mode emmet-mode counsel-css company-web web-completion-data smeargle magit-svn magit-gitflow magit-popup gitignore-templates gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link evil-magit magit transient git-commit with-editor dash hasklig-mode yasnippet-snippets ivy-hydra counsel swiper helm helm-core ivy flycheck company hydra zerodark-theme xterm-color winum which-key wgrep use-package smex smartparens shell-pop realgud plan9-theme persp-mode pcre2el overseer nameless mvn multi-term mmm-mode meghanada maven-test-mode markdown-toc macrostep ivy-yasnippet ivy-xref ivy-rtags insert-shebang ibuffer-projectile helm-make groovy-mode groovy-imports gradle-mode google-c-style gh-md fuzzy flycheck-rtags flycheck-pos-tip flycheck-irony flycheck-bashate flx fish-mode eyebrowse evil eshell-z eshell-prompt-extras esh-help ensime elisp-slime-nav dotenv-mode disaster diminish company-statistics company-shell company-rtags company-irony-c-headers company-irony company-emacs-eclim company-c-headers cmake-mode cmake-ide clang-format bind-map auto-yasnippet auto-compile async ac-ispell)))
|
||||
'(sml/active-background-color "#98ece8")
|
||||
'(sml/active-foreground-color "#424242")
|
||||
'(sml/inactive-background-color "#4fa8a8")
|
||||
|
|
Loading…
Reference in New Issue