.emacs-my
changeset 1558 a7bb0608855b
parent 1557 89e2bb5c7333
child 1559 9f4456fcac0e
equal deleted inserted replaced
1557:89e2bb5c7333 1558:a7bb0608855b
  1085 (message "ivy, ido, ffap")
  1085 (message "ivy, ido, ffap")
  1086 
  1086 
  1087 ;; (add-hook 'find-file-hook #'make-frame-visible)
  1087 ;; (add-hook 'find-file-hook #'make-frame-visible)
  1088 
  1088 
  1089 (require 'ffap)
  1089 (require 'ffap)
       
  1090 (eval-when 'compile (require 'ido nil t))
       
  1091 
  1090 ;; Ido makes appropriate binding.
  1092 ;; Ido makes appropriate binding.
  1091 ;(ffap-bindings)
  1093 ;(ffap-bindings)
  1092 ;; C-u C-x C-f finds the file at point
  1094 ;; C-u C-x C-f finds the file at point
  1093 ;(setq ffap-require-prefix t)
  1095 ;(setq ffap-require-prefix t)
  1094 ;; browse urls at point via w3m
  1096 ;; browse urls at point via w3m
  3528   (add-to-list 'rng-schema-locating-files "~/.emacs.d/rnc/schemas.xml"))
  3530   (add-to-list 'rng-schema-locating-files "~/.emacs.d/rnc/schemas.xml"))
  3529 
  3531 
  3530 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3532 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3531 (message "web-mode")
  3533 (message "web-mode")
  3532 
  3534 
       
  3535 (require 'web-mode nil t)
  3533 (eval-when 'compile (require 'web-mode nil t))
  3536 (eval-when 'compile (require 'web-mode nil t))
  3534 
  3537 
  3535 (setq web-mode-markup-indent-offset 2
  3538 (setq web-mode-markup-indent-offset 2
  3536       web-mode-css-indent-offset 2
  3539       web-mode-css-indent-offset 2
  3537       web-mode-code-indent-offset 2
  3540       web-mode-code-indent-offset 2