-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ncaq
committed
Jan 13, 2014
1 parent
a8a58e3
commit cd41fcc
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
(require 'd-mode) | ||
(require 'auto-complete) | ||
|
||
(add-to-list 'ac-modes 'd-mode) | ||
|
||
(defun ncaq-d-mode-setup () | ||
(define-key d-mode-map [remap indent-whole-buffer] 'indent-brackets-whole-buffer)) | ||
(add-hook 'd-mode-hook 'ncaq-d-mode-setup) | ||
|
||
(add-to-list 'ac-modes 'd-mode) |
Binary file not shown.
File renamed without changes.
File renamed without changes.