Created
April 11, 2013 16:29
-
-
Save pnkfelix/5364904 to your computer and use it in GitHub Desktop.
show utf-8-unix entry in safe-local-variable-values
This file contains hidden or 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
| (custom-set-variables | |
| ;; custom-set-variables was added by Custom. | |
| ;; If you edit it by hand, you could mess it up, so be careful. | |
| ;; Your init file should contain only one such instance. | |
| ;; If there is more than one, they won't work right. | |
| '(comint-completion-fignore nil) | |
| '(comint-password-prompt-regexp "\\(^ *\\|\\( SMB\\|'s\\|Bad\\|CVS\\|Enter\\(?: \\(?:\\(?:sam\\|th\\)e\\)\\)?\\|Kerberos\\|LDAP\\|New\\|Old\\|Repeat\\|UNIX\\|\\[sudo]\\|enter\\(?: \\(?:\\(?:sam\\|th\\)e\\)\\)?\\|login\\|new\\|old\\) +\\)\\(?:Pass\\(?: phrase\\|phrase\\|word\\)\\|Response\\|pass\\(?: phrase\\|phrase\\|word\\)\\)\\(?:\\(?:, try\\)? *again\\| (empty for no passphrase)\\| (again)\\)?\\(?: for \\(?:'[^']*'\\|[^:]+\\)\\)?:\\s *\\'") | |
| '(completion-ignored-extensions (quote (".svn/" "CVS/" ".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".dvi" ".fmt" ".tfm" ".pdf" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo" ".abc"))) | |
| '(debug-on-error t) | |
| '(gdb-enable-debug t) | |
| '(gud-gud-gdb-command-name "gdb --fullname") | |
| '(js2-basic-offset 2) | |
| '(js2-bounce-indent-p t) | |
| '(line-move-visual nil) | |
| '(safe-local-variable-values (quote ((buffer-file-coding-system . utf-8-unix)))) | |
| '(scheme-program-name "~/bin/larceny") | |
| '(truncate-partial-width-windows nil) | |
| '(uniquify-buffer-name-style (quote post-forward-angle-brackets) nil (uniquify)) | |
| '(whitespace-style (quote (face trailing tabs space-before-tab empty)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment