Skip to content

Commit

Permalink
core: remove unused defvar dotspacemacs-default-package-repository
Browse files Browse the repository at this point in the history
NOT USED FOR NOW... well not used forever :-)
  • Loading branch information
syl20bnr committed Jan 29, 2018
1 parent d1b7872 commit 64cf9f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions core/core-dotspacemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,6 @@ whitespace for changed lines or `nil' to disable cleanup.")
"List of search tool executable names. Spacemacs uses the first installed
tool of the list. Supported tools are `rg', `ag', `pt', `ack' and `grep'.")

(defvar dotspacemacs-default-package-repository 'melpa-stable
"The default package repository used if no explicit repository has been
specified with an installed package.
NOT USED FOR NOW :-)")

(defvar dotspacemacs-startup-lists '((recents . 5)
(projects . 7))
"Association list of items to show in the startup buffer of the form
Expand Down
5 changes: 0 additions & 5 deletions core/templates/.spacemacs.template
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,6 @@ It should only modify the values of Spacemacs settings."
;; (default '("rg" "ag" "pt" "ack" "grep"))
dotspacemacs-search-tools '("rg" "ag" "pt" "ack" "grep")

;; The default package repository used if no explicit repository has been
;; specified with an installed package.
;; Not used for now. (default nil)
dotspacemacs-default-package-repository nil

;; Format specification for setting the frame title.
;; %a - the `abbreviated-file-name', or `buffer-name'
;; %t - `projectile-project-name'
Expand Down

0 comments on commit 64cf9f5

Please sign in to comment.