Klimi's new dotfiles with stow.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

6 satır
226 B

4 yıl önce
  1. (setq package-user-dir
  2. (expand-file-name
  3. (format "~/.elpa/%s/elpa"
  4. (concat emacs-version (when (getenv "MELPA_STABLE") "-stable")))))
  5. (package-initialize)
  6. (add-to-list 'load-path default-directory)