dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

Eask (532B)


      1 (package "editorconfig"
      2          "0.10.1"
      3          "EditorConfig Emacs Plugin")
      4 
      5 (website-url "https://github.com/editorconfig/editorconfig-emacs#readme")
      6 (keywords "convenience" "editorconfig")
      7 
      8 (package-file "editorconfig.el")
      9 
     10 (files "editorconfig-*.el")
     11 
     12 (script "test" "echo \"Error: no test specified\" && exit 1")
     13 
     14 (source "gnu")
     15 (source "melpa")
     16 
     17 (depends-on "emacs" "26.1")
     18 (depends-on "nadvice")
     19 
     20 (setq network-security-level 'low)  ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432