Emacs personal configuration
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
232B

  1. ;;; package --- Helm Projectile
  2. ;;; Commentary:
  3. ;;; Code:
  4. ;;; https://github.com/bbatsov/helm-projectile
  5. (require-package 'helm-projectile)
  6. (helm-projectile-on)
  7. (provide 'init-helm-projectile)
  8. ;;; init-helm-projectile ends here