Преглед изворни кода

add sexps about foreign-regexp, but disable it because of error

pull/1/head
10sr пре 11 година
родитељ
комит
abf07f10e2
1 измењених фајлова са 30 додато и 20 уклоњено
  1. +30
    -20
      emacs.el

+ 30
- 20
emacs.el Прегледај датотеку

@@ -691,6 +691,36 @@ delete; o: select other; j, l: enlarge; h, k: shrink; q: quit."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; some modes and hooks

;; http://fukuyama.co/foreign-regexp
'(and (dllib-if-unfound
"https://raw.github.com/k-talo/foreign-regexp.el/master/foreign-regexp.el"
t)
(require 'foreign-regexp nil t)
(progn
(setq foreign-regexp/regexp-type 'perl)
'(setq reb-re-syntax 'foreign-regexp)
))

(require 'session nil t)

(and (dllib-if-unfound "https://raw.github.com/10sr/emacs-lisp/master/gtkbm.el"
t)
(require 'gtkbm nil t)
(global-set-key (kbd "C-x C-d") 'gtkbm))

(and (dllib-if-unfound
"https://raw.github.com/10sr/emacs-lisp/master/git-command.el"
t)
(require 'git-command nil t)
(define-key ctl-x-map "g" 'git-command))

(and (dllib-if-unfound
"http://www.emacswiki.org/emacs/download/sl.el"
t)
(require 'sl nil t))

(defalias 'qcalc 'quick-calc)

(require 'simple nil t)

(add-hook 'makefile-mode-hook
@@ -881,26 +911,6 @@ delete; o: select other; j, l: enlarge; h, k: shrink; q: quit."
'newframe
'pushy))

(require 'session nil t)

(and (dllib-if-unfound "https://raw.github.com/10sr/emacs-lisp/master/gtkbm.el"
t)
(require 'gtkbm nil t)
(global-set-key (kbd "C-x C-d") 'gtkbm))

(and (dllib-if-unfound
"https://raw.github.com/10sr/emacs-lisp/master/git-command.el"
t)
(require 'git-command nil t)
(define-key ctl-x-map "g" 'git-command))

(and (dllib-if-unfound
"http://www.emacswiki.org/emacs/download/sl.el"
t)
(require 'sl nil t))

(defalias 'qcalc 'quick-calc)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; python



Loading…
Откажи
Сачувај