忍者ブログ
PC使って便利なことをメモ
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

(autoload 'lookup "lookup" nil t)
(autoload 'lookup-region "lookup" nil t)
(autoload 'lookup-pattern "lookup" nil t)
(setq lookup-search-agents '((ndeb "~/dict/cobuild")))
(define-key ctl-x-map "l" 'lookup) ; C-x l - lookup
(define-key ctl-x-map "y" 'lookup-region) ; C-x y - lookup
(define-key ctl-x-map "\C-y" 'lookup-pattern) ; C-x C-y - look

(setq user-full-name "hoge")
(setq user-mail-address "hoge@foobar")


(setq its-hira-period ".")
(setq its-hira-comma ",")

(column-number-mode t)
(line-number-mode t)

(when (boundp 'show-trailing-whitespace) (setq-default show-trailing-whitespace t))

(require 'navi2ch)
(setq navi2ch-net-http-proxy "proxy.hogehoge.net:8080")

(setq uim-default-im-engine "anthy")
(require 'un-define)

(setq its-barf-on-invalid-keyseq nil)
PR
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=100000
SAVEHIST=100000
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/hoge/.zshrc'

autoload -Uz compinit
compinit
# End of lines added by compinstall
PROMPT='%C > '

PATH=/home/hoge/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/u
sr/games:/usr/X11R6/bin

alias cp='cp -i'
alias mv='mv -i'
alias rm='rm -i'
alias firefox='env LANG=ja_JP.eucJP firefox'
#LANG=en_US.UTF-8 is set in X

export LD_LIBRARY_PATH=/usr/local/pgplot90
export PGPLOT_DEV=/xserv
export PGPLOT_FOREGROUND=black
export PGPLOT_BACKGROUND=white
export PGPLOT_DIR=/usr/local/pgplot

export TEXINPUTS=.:~/mytexfile:

setopt NOHUP
setopt SHARE_HISTORY
setopt hist_ignore_all_dups hist_save_nodups
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
カレンダー
04 2024/05 06
S M T W T F S
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
フリーエリア
最新コメント
最新トラックバック
プロフィール
HN:
trtr
性別:
非公開
自己紹介:
メインにvineを使ってます。
ときどきubuntu。
バーコード
ブログ内検索
Template by Crow's nest 忍者ブログ [PR]